From d7437c08f83e51a732bb6ec6c2a8e56987bdcef9 Mon Sep 17 00:00:00 2001 From: Kyep Date: Tue, 20 Oct 2020 14:37:26 -0700 Subject: [PATCH] delete legacy tables --- SQL/updates/13-14.sql | 6 ------ 1 file changed, 6 deletions(-) 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`);