mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 09:25:08 +10:00
3 lines
89 B
SQL
3 lines
89 B
SQL
-- AlterTable
|
|
ALTER TABLE "Banner" ADD COLUMN "show" BOOLEAN NOT NULL DEFAULT false;
|