I think the problem is that on the one hand we have the migrations in the upgrade.py files which update the DB schema to the latest revision. On the other hand all migrations are also written in the init_schema() method (db.py). So when a new database is created, it is already being created with the latest schema and then the migrations are executed and fail. -- https://code.launchpad.net/~raoul-snyman/openlp/bug-1136278/+merge/211633 Your team OpenLP Core is subscribed to branch lp:openlp.
_______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

