diff options
| author | Drahy <none@none> | 2009-03-24 22:21:16 +0100 |
|---|---|---|
| committer | Drahy <none@none> | 2009-03-24 22:21:16 +0100 |
| commit | df82ebcbfe2e3b4e577d08404ffed8967a7a3c17 (patch) | |
| tree | b31a20b42be72dfeb5bdad62735cb2af8c9e9833 /sql/updates/2161_world.sql | |
| parent | f6b78fe39dfe6806f34371b28e7b382de578163f (diff) | |
* Partly revered 14f8e0828c0f 2131_world was ok and changes are in 2160 already
* Clean up the rest of sqls
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/2161_world.sql')
| -rw-r--r-- | sql/updates/2161_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/2161_world.sql b/sql/updates/2161_world.sql index 718130ebe38..1e45d6b33ed 100644 --- a/sql/updates/2161_world.sql +++ b/sql/updates/2161_world.sql @@ -1,2 +1,2 @@ -DELETE FROM command WHERE name LIKE "wp mod %"; -DELETE FROM command WHERE name LIKE "wp event %";
\ No newline at end of file +DELETE FROM `command` WHERE `name` LIKE "wp mod %"; +DELETE FROM `command` WHERE `name` LIKE "wp event %";
\ No newline at end of file |
