From 79d8a778464316eb973f0238ab7d1e4078e70fb6 Mon Sep 17 00:00:00 2001 From: Paradox Date: Thu, 28 May 2009 10:15:08 -0400 Subject: Fix wrong data type for core_revision in DB, again --HG-- branch : trunk --- sql/updates/2.4.3_updates/919_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates') diff --git a/sql/updates/2.4.3_updates/919_world.sql b/sql/updates/2.4.3_updates/919_world.sql index 4d4a6308576..90b286003e0 100644 --- a/sql/updates/2.4.3_updates/919_world.sql +++ b/sql/updates/2.4.3_updates/919_world.sql @@ -1,2 +1,2 @@ ALTER TABLE `version` - ADD `core_revision` BIGINT UNSIGNED AFTER `core_version`; \ No newline at end of file + ADD `core_revision` varchar(120) AFTER `core_version`; \ No newline at end of file -- cgit v1.2.3