From 32a7e355a074491c2afc308938df00d4e0375e07 Mon Sep 17 00:00:00 2001 From: Nevan Date: Sat, 1 Aug 2009 12:14:29 +0200 Subject: *Added DELETE statement forget in last sql. (Sorry about that) --HG-- branch : trunk --- sql/updates/4704_world_trinity_string.sql | 1 - sql/updates/4705_world_trinity_string.sql | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 sql/updates/4704_world_trinity_string.sql create mode 100644 sql/updates/4705_world_trinity_string.sql (limited to 'sql') diff --git a/sql/updates/4704_world_trinity_string.sql b/sql/updates/4704_world_trinity_string.sql deleted file mode 100644 index 5b0939c0e99..00000000000 --- a/sql/updates/4704_world_trinity_string.sql +++ /dev/null @@ -1 +0,0 @@ -INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6616','Silence is ON for %s'); diff --git a/sql/updates/4705_world_trinity_string.sql b/sql/updates/4705_world_trinity_string.sql new file mode 100644 index 00000000000..8f55186296e --- /dev/null +++ b/sql/updates/4705_world_trinity_string.sql @@ -0,0 +1,2 @@ +DELETE FROM `trinity_string` WHERE `entry` = 6616; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6616','Silence is ON for %s'); -- cgit v1.2.3