Skip to content

Commit

Permalink
Added migration for minimum booking notice
Browse files Browse the repository at this point in the history
  • Loading branch information
emrysal committed Jul 22, 2021
1 parent 4368ad0 commit 00550ac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "EventType" ADD COLUMN "minimumBookingNotice" INTEGER NOT NULL DEFAULT 120;

0 comments on commit 00550ac

Please sign in to comment.