1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-06 01:27:49 +03:00

fix unlock

This commit is contained in:
Michael Auerswald 2022-12-20 18:29:00 +01:00
parent 8ef30a1aac
commit 71dadcbdd7

View File

@ -127,8 +127,9 @@ async function withMigrationLock(
case 'mysqldb':
unlocked = await mysqlUnlock(connection);
break;
case 'sqlite':
default:
lock = false;
unlocked = true;
}
if (!unlocked) {