Core/Misc: Rename POI field Unknown905 to WMOGroupId (#28384)

This commit is contained in:
Meji
2022-10-25 21:57:52 +02:00
committed by GitHub
parent e46e61d3a8
commit 25fd57c768
6 changed files with 7 additions and 6 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `points_of_interest` CHANGE `Unknown905` `WMOGroupID` INT NOT NULL DEFAULT 0;