Skip to content

Commit 5108e51

Browse files
committed
chore: update labels of e_map_pool_types
1 parent a7d29f6 commit 5108e51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hasura/enums/maps.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
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')
2+
('Competitive', '5 vs 5'),
3+
('Wingman', '2 vs 2'),
4+
('Duel', '1 vs 1')
55
on conflict(value) do update set "description" = EXCLUDED."description";
66

77
insert into maps ("name", "type", "active_pool", "workshop_map_id", "poster", "patch") values

0 commit comments

Comments
 (0)