You've already forked AstralRinth
9404d46782
* 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';
|