Skip to content

Commit abb5db6

Browse files
authored
Adding a max-tickets-per-user limitation (#220)
1 parent 168d4b5 commit abb5db6

7 files changed

Lines changed: 2644 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "tickets" ADD COLUMN "max_tickets_per_user" integer;

0 commit comments

Comments
 (0)