From 48cb96214af4860b36f1c569fbfe97686a95da98 Mon Sep 17 00:00:00 2001 From: JJ Date: Tue, 17 Sep 2019 01:49:52 -0400 Subject: [PATCH] Legacy LS tables no longer needed. [skip ci] --- loginserver/login_util/login_old_to_new_schema_convert.sql | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/loginserver/login_util/login_old_to_new_schema_convert.sql b/loginserver/login_util/login_old_to_new_schema_convert.sql index c3daa627e..18af32b25 100644 --- a/loginserver/login_util/login_old_to_new_schema_convert.sql +++ b/loginserver/login_util/login_old_to_new_schema_convert.sql @@ -79,4 +79,9 @@ SELECT `ServerTrusted`, `Note` FROM - tblWorldServerRegistration; \ No newline at end of file + tblWorldServerRegistration; + +DROP TABLE tblLoginServerAccounts; +DROP TABLE tblServerAdminRegistration; +DROP TABLE tblWorldServerRegistration; +DROP TABLE tblServerListType;