This commit is contained in:
12
trunk/dist/tools/ls_cleanup.sql
vendored
Normal file
12
trunk/dist/tools/ls_cleanup.sql
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
-- These queries are meant to delete any loginserver table you may have from
|
||||
-- previous L2J installations.
|
||||
--
|
||||
-- Queries that create these tables and/or populate them apropiately are
|
||||
-- available in the ../sql/ folder. See the documentation.txt file
|
||||
-- for more details.
|
||||
|
||||
DROP TABLE IF EXISTS
|
||||
account_data,
|
||||
accounts,
|
||||
accounts_ipauth,
|
||||
gameservers;
|
Reference in New Issue
Block a user