KanColleTool / kcsrv

An open source KanColle server
MIT License
41 stars 16 forks source link

Upgrading the database results in AttributeError: 'module' object has no attribute 'metadata' #15

Closed SoftwareGuy closed 9 years ago

SoftwareGuy commented 9 years ago

Apparently, when I go to bring my database up to speed with the latest changes using... ./manage.py db upgrade

I get this backtrace. Apparently markdown is being a douche - I'll go RTFM on that.

I am in the python3 virtualenv. Otherwise I'll factory reset the database (drop database in PostgreSQL), recreate it and then reinstall the tables.

EDIT: Just factory reset the database, same issue. Something borked.