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/917_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/917_world.sql')
| -rw-r--r-- | sql/updates/917_world.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/917_world.sql b/sql/updates/917_world.sql index 084091ec0af..7c989ce7ca4 100644 --- a/sql/updates/917_world.sql +++ b/sql/updates/917_world.sql @@ -3,6 +3,6 @@ CREATE TABLE `version` ( `db_version` varchar(120) default NULL COMMENT 'Version of world DB.', `script_version` varchar(120) default NULL COMMENT 'Version of scripts DB.' ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Version Notes'; -INSERT INTO version (core_version, db_version, script_version) VALUES ("",(SELECT version FROM db_version),(SELECT version FROM script_db_version)); -DROP TABLE IF EXISTS db_version; -DROP TABLE IF EXISTS script_db_version;
\ No newline at end of file +INSERT INTO `version` (core_version, db_version, script_version) VALUES ("",(SELECT version FROM db_version),(SELECT version FROM script_db_version)); +DROP TABLE IF EXISTS `db_version`; +DROP TABLE IF EXISTS `script_db_version`;
\ No newline at end of file |
