diff options
| author | Drahy <none@none> | 2009-02-04 18:18:41 +0100 |
|---|---|---|
| committer | Drahy <none@none> | 2009-02-04 18:18:41 +0100 |
| commit | 5d4d9530556eb66940775f12c3cc5f3c115447ca (patch) | |
| tree | 9478f943159ed27067c027cc7d7989dcf2e75fb1 /sql/updates/724_world.sql | |
| parent | 2552fe2dc19ad34a25147b528ecf4436d8eb1904 (diff) | |
* Cleaned up sql files from updates folder still in progress
* Also finally cleaned up full scripts file
* Reduced amount of querries in sql files
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/724_world.sql')
| -rw-r--r-- | sql/updates/724_world.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/724_world.sql b/sql/updates/724_world.sql index 36a2d007de3..6c57f8b4a22 100644 --- a/sql/updates/724_world.sql +++ b/sql/updates/724_world.sql @@ -1,3 +1,3 @@ -ALTER TABLE custom_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language; -ALTER TABLE eventai_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language; -ALTER TABLE script_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language;
\ No newline at end of file +ALTER TABLE `custom_texts` ADD COLUMN `emote` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER `language`; +ALTER TABLE `eventai_texts` ADD COLUMN `emote` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER `language`; +ALTER TABLE `script_texts` ADD COLUMN `emote` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER `language`;
\ No newline at end of file |
