mirror of
https://github.com/p-stream/backend.git
synced 2026-04-22 12:02:23 +00:00
2 lines
79 B
SQL
2 lines
79 B
SQL
-- AlterTable
|
|
ALTER TABLE "user_settings" ADD COLUMN "custom_theme" JSONB;
|