Skip to content

Commit 9c99700

Browse files
authored
added contest team member limit (#202)
1 parent 6edc612 commit 9c99700

File tree

2 files changed

+6
-0
lines changed
  • migrations/1750137516085_alter_table_public_contest_add_column_max_teammember_limit

2 files changed

+6
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- Could not auto-generate a down migration.
2+
-- Please write an appropriate down migration for the SQL below:
3+
-- alter table "public"."contest" add column "max_teammember_limit" Integer
4+
-- null;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
alter table "public"."contest" add column "max_teammember_limit" Integer
2+
null;

0 commit comments

Comments
 (0)