Unreverts Updates the technical names of BoxStation and DeltaStation (#27431)

* init

* sql

---------

Co-authored-by: Bmon <no@email.com>
This commit is contained in:
Bm0n
2024-11-24 09:26:18 -05:00
committed by GitHub
parent 5e5c75bf48
commit a7557eb27e
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
UPDATE round
SET map_name = 'DeltaStation'
WHERE map_name = 'Delta';
UPDATE round
SET map_name = 'BoxStation'
WHERE map_name = 'Cyberiad';