mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
2 lines
172 B
SQL
2 lines
172 B
SQL
CREATE TYPE "public"."user_themes" AS ENUM('light', 'dark', 'system');--> statement-breakpoint
|
|
ALTER TABLE "user" ADD COLUMN "theme" "user_themes" DEFAULT 'light' NOT NULL; |