fix: missing migration for default colorscheme change (#1335)

* fix: missing migration for default colorscheme change

* fix: format issues
This commit is contained in:
Meier Lukas
2024-10-19 17:57:00 +02:00
committed by GitHub
parent 98f1c33318
commit 9c5972faf4
6 changed files with 3013 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `user` MODIFY COLUMN `colorScheme` varchar(5) NOT NULL DEFAULT 'dark';

File diff suppressed because it is too large Load Diff

View File

@@ -85,6 +85,13 @@
"when": 1728490046896,
"tag": "0011_freezing_banshee",
"breakpoints": true
},
{
"idx": 12,
"version": "5",
"when": 1729348221072,
"tag": "0012_abnormal_wendell_vaughn",
"breakpoints": true
}
]
}