calcom/apps/web/prisma/migrations/20210709231256_add_user_theme/migration.sql
2022-02-10 14:22:45 -07:00

2 lines
63 B
SQL

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