cs_cleanup.sql 495 B

12345678910111213
  1. -- These queries are meant to delete any communityserver table you may have from
  2. -- previous L2J installations.
  3. --
  4. -- Queries that create these tables and/or populate them apropiately are
  5. -- available in the ../cb_sql/ folder. See the documentation.txt file
  6. -- for more details.
  7. DROP TABLE IF EXISTS clan_introductions;
  8. DROP TABLE IF EXISTS comments;
  9. DROP TABLE IF EXISTS forums;
  10. DROP TABLE IF EXISTS registered_gameservers;
  11. DROP TABLE IF EXISTS posts;
  12. DROP TABLE IF EXISTS topics;