diff options
| author | Drahy <none@none> | 2009-02-05 02:09:23 +0100 |
|---|---|---|
| committer | Drahy <none@none> | 2009-02-05 02:09:23 +0100 |
| commit | 3c7c36729c37620f2629e52b71c0bf4d1af985d2 (patch) | |
| tree | 0d7fe73a9b8dfc53b30052be524af677088caa33 /sql/updates/919_world.sql | |
| parent | 83b89090981315cd4240d0dc75f8920834542151 (diff) | |
* Finally got all of the sql updates together and also changed their format
* Updated world_scripts_full.sql to rev 973 (complete 2.4.3)
* Now I am starting 3.0.x sqls
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/919_world.sql')
| -rw-r--r-- | sql/updates/919_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/919_world.sql b/sql/updates/919_world.sql index 24267d49223..4d4a6308576 100644 --- a/sql/updates/919_world.sql +++ b/sql/updates/919_world.sql @@ -1,2 +1,2 @@ -ALTER TABLE version +ALTER TABLE `version` ADD `core_revision` BIGINT UNSIGNED AFTER `core_version`;
\ No newline at end of file |
