calcom/prisma/migrations/20210709231256_add_user_theme/migration.sql
2021-07-09 23:13:34 +00:00

2 lines
63 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "theme" TEXT;