diff --git a/SQL/updates/13-14.sql b/SQL/updates/13-14.sql index fbd703de47c..c5d510d18e1 100644 --- a/SQL/updates/13-14.sql +++ b/SQL/updates/13-14.sql @@ -13,12 +13,6 @@ CREATE TABLE `ip2group` ALTER TABLE `ip2group` ADD INDEX(`groupstr`); -# Delete tables that already exist but are not used anywhere in either game or backend code - -DROP TABLE IF EXISTS `erro_privacy`; -DROP TABLE IF EXISTS `population`; - - # Add search indexes to make the most common DB queries faster ALTER TABLE `admin` ADD INDEX(`ckey`);