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 a7d29f6 commit 5108e51Copy full SHA for 5108e51
hasura/enums/maps.sql
@@ -1,7 +1,7 @@
1
insert into e_match_types ("value", "description") values
2
- ('Competitive', '5 vs 5 match using active map pool'),
3
- ('Wingman', '2 vs 2 match'),
4
- ('Duel', '1 vs 1 match')
+ ('Competitive', '5 vs 5'),
+ ('Wingman', '2 vs 2'),
+ ('Duel', '1 vs 1')
5
on conflict(value) do update set "description" = EXCLUDED."description";
6
7
insert into maps ("name", "type", "active_pool", "workshop_map_id", "poster", "patch") values
0 commit comments