diff options
author | QAston <qaston@gmail.com> | 2012-02-10 23:54:11 +0100 |
---|---|---|
committer | QAston <qaston@gmail.com> | 2012-02-10 23:54:11 +0100 |
commit | b362377b35e40a03fa5804f44bc6f6ccf42a45e2 (patch) | |
tree | d56d0cec9b009f3b7da59cf7cbef930de9669213 | |
parent | e337790c9451fab2f50944a906d4af0c67f3f698 (diff) |
Argh 2.0
-rw-r--r-- | sql/updates/world/2012_02_10_04_world_conditions.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_02_10_04_world_conditions.sql b/sql/updates/world/2012_02_10_04_world_conditions.sql index 341021312ce..4703ec29044 100644 --- a/sql/updates/world/2012_02_10_04_world_conditions.sql +++ b/sql/updates/world/2012_02_10_04_world_conditions.sql @@ -1 +1 @@ -ALTER TABLE `conditions` ADD COLUMN `ContitionTarget` tinyint(3) UNSIGNED NOT NULL default '0' AFTER `ConditionTypeOrReference`; +ALTER TABLE `conditions` ADD COLUMN `ConditionTarget` tinyint(3) UNSIGNED NOT NULL default '0' AFTER `ConditionTypeOrReference`; |