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 c7f0d87 commit ac40dcdCopy full SHA for ac40dcd
2 files changed
hasura/migrations/default/1772556094000_fix_timeout_default/down.sql
@@ -0,0 +1,2 @@
1
+ALTER TABLE public.match_maps ALTER COLUMN lineup_1_timeouts_available SET DEFAULT 2;
2
+ALTER TABLE public.match_maps ALTER COLUMN lineup_2_timeouts_available SET DEFAULT 2;
hasura/migrations/default/1772556094000_fix_timeout_default/up.sql
+ALTER TABLE public.match_maps ALTER COLUMN lineup_1_timeouts_available SET DEFAULT 3;
+ALTER TABLE public.match_maps ALTER COLUMN lineup_2_timeouts_available SET DEFAULT 3;
0 commit comments