This commit is contained in:
mobius
2015-01-01 20:02:50 +00:00
parent eeae660458
commit a6a3718849
17894 changed files with 2818932 additions and 0 deletions

14
trunk/dist/tools/cs_cleanup.sql vendored Normal file
View File

@@ -0,0 +1,14 @@
-- These queries are meant to delete any communityserver table you may have from
-- previous L2J installations.
--
-- Queries that create these tables and/or populate them apropiately are
-- available in the ../cb_sql/ folder. See the documentation.txt file
-- for more details.
DROP TABLE IF EXISTS
clan_introductions,
comments,
forums,
registered_gameservers,
posts,
topics;