diff options
| author | XTZGZoReX <none@none> | 2010-08-06 16:33:31 +0200 |
|---|---|---|
| committer | XTZGZoReX <none@none> | 2010-08-06 16:33:31 +0200 |
| commit | e4cab07f32c22fc0ffe8853608d26d15ffc73956 (patch) | |
| tree | b31155220143079bf58437ed9fd6a4f8ed52c906 /sql/updates | |
| parent | fd34134a455314dcd404fd928453b816554bfb3f (diff) | |
* Add ScriptName to conditions.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9196_world_conditions.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/9196_world_conditions.sql b/sql/updates/9196_world_conditions.sql new file mode 100644 index 00000000000..f0db979c87e --- /dev/null +++ b/sql/updates/9196_world_conditions.sql @@ -0,0 +1 @@ +ALTER TABLE `conditions` ADD `ScriptName` char(64) NOT NULL DEFAULT '' AFTER `ErrorTextId`; |
