diff options
| author | XTZGZoReX <none@none> | 2009-03-24 14:13:04 +0100 |
|---|---|---|
| committer | XTZGZoReX <none@none> | 2009-03-24 14:13:04 +0100 |
| commit | b269d948485cec5ce90a63d0a13f428834c08001 (patch) | |
| tree | 98eb8a9bdfa5827e780fbf9b4de6f9be34e9f302 /sql | |
| parent | 94d5f206d94fac7532f1921f7faf58c2996a2f4d (diff) | |
* And a finishing touch on the `command` table.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/2161_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/2161_world.sql b/sql/updates/2161_world.sql new file mode 100644 index 00000000000..718130ebe38 --- /dev/null +++ b/sql/updates/2161_world.sql @@ -0,0 +1,2 @@ +DELETE FROM command WHERE name LIKE "wp mod %"; +DELETE FROM command WHERE name LIKE "wp event %";
\ No newline at end of file |
