From 56a005703be0342e9b8233a14d2b618b55164467 Mon Sep 17 00:00:00 2001 From: Paradox Date: Thu, 28 May 2009 10:14:46 -0400 Subject: Fix wrong data type for core_revision in DB, again --HG-- branch : trunk --- sql/updates/919_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates/919_world.sql') diff --git a/sql/updates/919_world.sql b/sql/updates/919_world.sql index 5febe1ebdfc..7aa9fa363e6 100644 --- a/sql/updates/919_world.sql +++ b/sql/updates/919_world.sql @@ -1,3 +1,3 @@ ALTER TABLE version - ADD `core_revision` BIGINT UNSIGNED AFTER `core_version`; + ADD `core_revision` varchar(120) AFTER `core_version`; -- cgit v1.2.3