diff options
| author | Paradox <none@none> | 2009-05-28 10:15:08 -0400 |
|---|---|---|
| committer | Paradox <none@none> | 2009-05-28 10:15:08 -0400 |
| commit | 79d8a778464316eb973f0238ab7d1e4078e70fb6 (patch) | |
| tree | 5db50f8eb5b43bcc14d96efd5a5a328b8ecf77ac /sql/updates | |
| parent | d2fe68bfef79fc1ef3ae727058439779c0d2a962 (diff) | |
Fix wrong data type for core_revision in DB, again
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/2.4.3_updates/919_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
