mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
* feat: rough release channels impl draft * feat: move to bottom + lint * fix: invalidate content queries on channel change * fix: change to chips * fix: lint * fix: copy
3 lines
90 B
SQL
3 lines
90 B
SQL
ALTER TABLE profiles
|
|
ADD COLUMN preferred_update_channel TEXT NOT NULL DEFAULT 'release';
|