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 aec0971 commit be93f7fCopy full SHA for be93f7f
hasura/migrations/default/1745263299001_create_table_public_e_ready_settings/up.sql
@@ -5,7 +5,7 @@ insert into e_ready_settings ("value", "description") values
5
('Captains', 'Captains Only'),
6
('Coach', 'Coach Only'),
7
('Admin', 'Admins Only')
8
-on conflict(value) do update set "description" = EXCLUDED."description"
+on conflict(value) do update set "description" = EXCLUDED."description";
9
10
alter table "public"."match_options" add column "ready_setting" text
11
not null default 'Players';
0 commit comments