Added migration for minimum booking notice

This commit is contained in:
Alex van Andel 2021-07-22 22:55:15 +00:00
parent 4368ad0289
commit 00550ac8ce

View file

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