openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #22790
Re: [Merge] lp:~raoul-snyman/openlp/bug-1136278 into lp:openlp
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.
References