diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-12-08 23:41:30 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-12-08 23:41:30 +0100 |
commit | 59f8457bd47266ded2b1a6c84f96f73da773373d (patch) | |
tree | 920e9472798075b9b48cbed0cb55dcfb6e321e29 | |
parent | e2020f284b147d038f93e76e785c94ebb9e0b5fa (diff) |
DB/Cleanup: remove unused db_script_strings
-rw-r--r-- | sql/updates/world/2012_12_07_09_world_db_script_string.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |