QSqlMigrator
QSqlMigrator copied to clipboard
unique database lock for migration execution
Only one process should be allowed to execute migrations at a time.
Ways to ensure this should be taken from other migration frameworks in java etc.
A database lock for sqlite-plugin is finished ( root/plugins/SqliteMigrator/DatabaseLock.h ). The lock for the mysql-plugin is still open.