Revamping the database cleaning project. Current tasks:
Compile a list of all tables used by the bots and which respective database they use.
Compile a list of all tables used by the website and which respective database they use.
Clear off unused or unneeded tables from both databases.
- Move remaining tables on Queen to King(change source files that reference said tables)
- Depending on the size of the database at this point divide it into separate databases with descriptive names.
- Create a instructive pattern on how to add/name tables in the future.
Old ticket information:
Via lnx I got the request from Priitk to clean up the database of TWCore.[[BR]]
Since it's such a mess I'm going to work on an entirely new clean database with the tables needed for all of the bots. The gathered information will be written down per bot and linked to from the [wiki:Bots Bots] page. I will probably also provide sql scripts per bot.