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 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/919_world.sql (limited to 'sql/updates/919_world.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 -- cgit v1.2.3