mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
3 lines
89 B
SQL
3 lines
89 B
SQL
-- AlterTable
|
|
ALTER TABLE "Banner" ADD COLUMN "show" BOOLEAN NOT NULL DEFAULT false;
|