Added migration for minimum booking notice

pull/384/head
Alex van Andel 2021-07-22 22:55:15 +00:00
parent 4368ad0289
commit 00550ac8ce
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "EventType" ADD COLUMN "minimumBookingNotice" INTEGER NOT NULL DEFAULT 120;