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