calcom/prisma/migrations/20210629160507_hide_branding/migration.sql
2021-06-29 17:08:55 +01:00

2 lines
96 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "hideBranding" BOOLEAN NOT NULL DEFAULT false;