From 59f8457bd47266ded2b1a6c84f96f73da773373d Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Sat, 8 Dec 2012 23:41:30 +0100 Subject: DB/Cleanup: remove unused db_script_strings --- sql/updates/world/2012_12_07_09_world_db_script_string.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_12_07_09_world_db_script_string.sql (limited to 'sql') diff --git a/sql/updates/world/2012_12_07_09_world_db_script_string.sql b/sql/updates/world/2012_12_07_09_world_db_script_string.sql new file mode 100644 index 00000000000..4880b84dff0 --- /dev/null +++ b/sql/updates/world/2012_12_07_09_world_db_script_string.sql @@ -0,0 +1,2 @@ +-- Remove texts that are no longer used +DELETE FROM `db_script_string` WHERE `entry` IN (2000000028,2000000055,2000000065,2000000066); -- cgit v1.2.3