aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2022-10-25 21:57:52 +0200
committerGitHub <noreply@github.com>2022-10-25 21:57:52 +0200
commit25fd57c768cb3ddee8206f399dcdacafbd021842 (patch)
tree661196b87ab9686e252963fd0600b0ecfd9cecd1 /sql/updates
parente46e61d3a848e72c0c3a2b3dd471cff2a2f056f7 (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.sql1
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;