aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/919_world.sql2
-rw-r--r--sql/updates/CMakeLists.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/919_world.sql b/sql/updates/919_world.sql
new file mode 100644
index 00000000000..24267d49223
--- /dev/null
+++ b/sql/updates/919_world.sql
@@ -0,0 +1,2 @@
+ALTER TABLE version
+ ADD `core_revision` BIGINT UNSIGNED AFTER `core_version`; \ No newline at end of file
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index 13649ebd133..dc983f8c14d 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -140,4 +140,6 @@ INSTALL(FILES
871_world.sql
884_world.sql
905_world_scripts.sql
+917_world.sql
+919_world.sql
DESTINATION share/trinity/sql/updates)