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