From f28fb06d711c03ca777d04b546f5eceff0ca46b5 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Mon, 19 Jan 2009 18:11:08 +0100 Subject: *Added another column for version table - by Zor --HG-- branch : trunk --- sql/updates/919_world.sql | 2 ++ sql/updates/CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 sql/updates/919_world.sql (limited to 'sql') 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) -- cgit v1.2.3