Files
coder/coderd/database/migrations/000175_add_user_theme_preference.up.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';