We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edc612 commit 9c99700Copy full SHA for 9c99700
migrations/1750137516085_alter_table_public_contest_add_column_max_teammember_limit/down.sql
@@ -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;
migrations/1750137516085_alter_table_public_contest_add_column_max_teammember_limit/up.sql
@@ -0,0 +1,2 @@
+alter table "public"."contest" add column "max_teammember_limit" Integer
+ null;
0 commit comments