mirror of
https://github.com/p-stream/backend.git
synced 2026-05-09 17:20:34 +00:00
2 lines
79 B
SQL
2 lines
79 B
SQL
-- AlterTable
|
|
ALTER TABLE "user_settings" ADD COLUMN "custom_theme" JSONB;
|