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 82ef778 commit 2e51b33Copy full SHA for 2e51b33
1 file changed
hasura/enums/server-types.sql
@@ -5,5 +5,6 @@ insert into e_server_types ("value", "description") values
5
('Wingman', 'Valve Wingman'),
6
('Deathmatch', 'Valve Deathmatch'),
7
('ArmsRace', 'Valve Arms Race'),
8
+ ('Retake', 'Valve Retake'),
9
('Custom', 'Custom')
10
on conflict(value) do update set "description" = EXCLUDED."description"
0 commit comments