diff options
| author | Meji <alvaro.megias@outlook.com> | 2022-10-25 21:57:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-25 21:57:52 +0200 |
| commit | 25fd57c768cb3ddee8206f399dcdacafbd021842 (patch) | |
| tree | 661196b87ab9686e252963fd0600b0ecfd9cecd1 /sql/updates | |
| parent | e46e61d3a848e72c0c3a2b3dd471cff2a2f056f7 (diff) | |
Core/Misc: Rename POI field Unknown905 to WMOGroupId (#28384)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2022_10_25_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_10_25_00_world.sql b/sql/updates/world/master/2022_10_25_00_world.sql new file mode 100644 index 00000000000..348b1950831 --- /dev/null +++ b/sql/updates/world/master/2022_10_25_00_world.sql @@ -0,0 +1 @@ +ALTER TABLE `points_of_interest` CHANGE `Unknown905` `WMOGroupID` INT NOT NULL DEFAULT 0; |
