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 c026ef4 commit ebb217cCopy full SHA for ebb217c
hasura/enums/maps.sql
@@ -79,7 +79,7 @@ insert into maps ("name", "type", "active_pool", "workshop_map_id", "poster", "p
79
('de_memento', 'Duel', 'false', '3165559377', '/img/maps/screenshots/de_memento.webp', '/img/maps/icons/de_memento.svg', null),
80
('de_palais', 'Duel', 'false', '2891200262', '/img/maps/screenshots/de_palais.webp', '/img/maps/icons/de_palais.svg', null),
81
('de_whistle', 'Duel', 'false', '3308613773', '/img/maps/screenshots/de_whistle.webp', '/img/maps/icons/de_whistle.svg', null),
82
- ('de_dogtown', 'Wingman', 'true', null, '/img/maps/screenshots/de_dogtown.webp', '/img/maps/icons/de_dogtown.svg', null),
+ ('de_dogtown', 'Wingman', 'true', null, '/img/maps/screenshots/de_dogtown.webp', '/img/maps/icons/de_dogtown.svg', null)
83
84
85
on conflict(name, type) do update set "active_pool" = EXCLUDED."active_pool", "workshop_map_id" = EXCLUDED."workshop_map_id", "poster" = EXCLUDED."poster", "patch" = EXCLUDED."patch", "label" = EXCLUDED."label";
0 commit comments