diff options
author | Nevan <none@none> | 2009-08-01 12:14:29 +0200 |
---|---|---|
committer | Nevan <none@none> | 2009-08-01 12:14:29 +0200 |
commit | 32a7e355a074491c2afc308938df00d4e0375e07 (patch) | |
tree | 10aca97b45f4975ecfc1bb80b3edde7558299f5e | |
parent | 03604a25670b9dbbe91537d1af21f2b5a06bbe07 (diff) |
*Added DELETE statement forget in last sql. (Sorry about that)
--HG--
branch : trunk
-rw-r--r-- | sql/updates/4705_world_trinity_string.sql (renamed from sql/updates/4704_world_trinity_string.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/4704_world_trinity_string.sql b/sql/updates/4705_world_trinity_string.sql index 5b0939c0e99..8f55186296e 100644 --- a/sql/updates/4704_world_trinity_string.sql +++ b/sql/updates/4705_world_trinity_string.sql @@ -1 +1,2 @@ +DELETE FROM `trinity_string` WHERE `entry` = 6616;
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6616','Silence is ON for %s');
|