Skip to content

Commit

Permalink
fix: missing migration for default colorscheme change (#1335)
Browse files Browse the repository at this point in the history
* fix: missing migration for default colorscheme change

* fix: format issues
  • Loading branch information
Meierschlumpf authored Oct 19, 2024
1 parent 98f1c33 commit 9c5972f
Show file tree
Hide file tree
Showing 6 changed files with 3,013 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE `user` MODIFY COLUMN `colorScheme` varchar(5) NOT NULL DEFAULT 'dark';
Loading

0 comments on commit 9c5972f

Please sign in to comment.