pstream-backend/prisma/migrations/20260220215413_add_custom_theme/migration.sql
2026-02-20 15:04:18 -07:00

2 lines
79 B
SQL

-- AlterTable
ALTER TABLE "user_settings" ADD COLUMN "custom_theme" JSONB;