mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
* initial set of fixes (toggle sidebar, profile pagination) * more fixes, bump version * fix lint: * fix quick switcher ordering
2 lines
153 B
SQL
2 lines
153 B
SQL
ALTER TABLE settings ADD COLUMN toggle_sidebar INTEGER NOT NULL DEFAULT FALSE;
|
|
ALTER TABLE settings ADD COLUMN feature_flags JSONB NOT NULL default '{}'; |