Skip to content

Commit ac40dcd

Browse files
committed
fix: change timeout default from 2 to 3 to match CS2 cfg
1 parent c7f0d87 commit ac40dcd

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

  • hasura/migrations/default/1772556094000_fix_timeout_default
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE public.match_maps ALTER COLUMN lineup_1_timeouts_available SET DEFAULT 3;
2+
ALTER TABLE public.match_maps ALTER COLUMN lineup_2_timeouts_available SET DEFAULT 3;

0 commit comments

Comments
 (0)