sylae / ligrev

XMPP MUC Utility bot
GNU General Public License v3.0
2 stars 1 forks source link

Check db schema and build if needed #28

Closed sylae closed 8 years ago

sylae commented 8 years ago

On startup, Ligrev should check to see if the necessary tables exist and are accurate. If needed, Ligrev will create or alter the tables to bring the database up to par.

DBAL seems to have some utilities to make this easy. The big sticking point will be how to handle tables of different versions...

sylae commented 8 years ago

doctrine's got my back with some dank-ass shit to handle this, yo