Merge pull request #261 from PatchMon/release/1-3-1

Added migration file for the theme preferences
This commit is contained in:
9 Technology Group LTD
2025-10-31 18:18:47 +00:00
committed by GitHub

View File

@@ -0,0 +1,6 @@
-- AlterTable
ALTER TABLE "users" ADD COLUMN IF NOT EXISTS "theme_preference" VARCHAR(10) DEFAULT 'dark';
-- AlterTable
ALTER TABLE "users" ADD COLUMN IF NOT EXISTS "color_theme" VARCHAR(50) DEFAULT 'cyber_blue';