Files
documenso/packages/prisma/migrations/20240222183231_banner_show/migration.sql
2024-02-22 20:20:49 +00:00

3 lines
89 B
SQL

-- AlterTable
ALTER TABLE "Banner" ADD COLUMN "show" BOOLEAN NOT NULL DEFAULT false;