cal.pub0.org/prisma/migrations/20210629160507_hide_branding/migration.sql

3 lines
96 B
MySQL
Raw Normal View History

2021-06-29 16:08:55 +00:00
-- AlterTable
ALTER TABLE "users" ADD COLUMN "hideBranding" BOOLEAN NOT NULL DEFAULT false;