Added migration file for the theme preferences

This commit is contained in:
Muhammad Ibrahim
2025-10-31 18:17:48 +00:00
parent 94bfffd882
commit f296cf2003

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';