mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
* feat: prefs frontend * fix: DI issue * fix: lint * feat: appearance settings cleanup + fix settings, remove pinia * fix: sync btn when logged out * fix: prepr * fix: sidebar issue * feat: language coverage + cleanup * feat: cleanup lang settings * fix: fmt * fix: CI * fix: ci * fix: storybook * feat: bring back loader/game version sort --------- Co-authored-by: tdgao <mr.trumgao@gmail.com>
6 lines
182 B
SQL
6 lines
182 B
SQL
ALTER TABLE settings
|
|
ADD COLUMN sync_theme_across_devices INTEGER NOT NULL DEFAULT TRUE;
|
|
|
|
ALTER TABLE settings
|
|
ADD COLUMN sync_behavior_across_devices INTEGER NOT NULL DEFAULT TRUE;
|