cs_cleanup.sql 390 B

1234567891011121314
  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
  8. clan_introductions,
  9. comments,
  10. forums,
  11. registered_gameservers,
  12. posts,
  13. topics;