Skip to content

Commit be93f7f

Browse files
authored
bug: I need tests
1 parent aec0971 commit be93f7f

File tree

1 file changed

+1
-1
lines changed
  • hasura/migrations/default/1745263299001_create_table_public_e_ready_settings

1 file changed

+1
-1
lines changed

hasura/migrations/default/1745263299001_create_table_public_e_ready_settings/up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ insert into e_ready_settings ("value", "description") values
55
('Captains', 'Captains Only'),
66
('Coach', 'Coach Only'),
77
('Admin', 'Admins Only')
8-
on conflict(value) do update set "description" = EXCLUDED."description"
8+
on conflict(value) do update set "description" = EXCLUDED."description";
99

1010
alter table "public"."match_options" add column "ready_setting" text
1111
not null default 'Players';

0 commit comments

Comments
 (0)