Skip to content

Commit ebb217c

Browse files
committed
#build
1 parent c026ef4 commit ebb217c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hasura/enums/maps.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ insert into maps ("name", "type", "active_pool", "workshop_map_id", "poster", "p
7979
('de_memento', 'Duel', 'false', '3165559377', '/img/maps/screenshots/de_memento.webp', '/img/maps/icons/de_memento.svg', null),
8080
('de_palais', 'Duel', 'false', '2891200262', '/img/maps/screenshots/de_palais.webp', '/img/maps/icons/de_palais.svg', null),
8181
('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),
82+
('de_dogtown', 'Wingman', 'true', null, '/img/maps/screenshots/de_dogtown.webp', '/img/maps/icons/de_dogtown.svg', null)
8383

8484

8585
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

Comments
 (0)