Added migration for minimum booking notice
This commit is contained in:
parent
4368ad0289
commit
00550ac8ce
1 changed files with 2 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "EventType" ADD COLUMN "minimumBookingNotice" INTEGER NOT NULL DEFAULT 120;
|
Loading…
Reference in a new issue