mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
4 lines
211 B
SQL
4 lines
211 B
SQL
ALTER TABLE users ADD COLUMN "theme_preference" text NOT NULL DEFAULT '';
|
|
|
|
COMMENT ON COLUMN "users"."theme_preference" IS '"" can be interpreted as "the user does not care", falling back to the default theme';
|