removed foreign keys PRAGMAs since foreign key constraints are not used anymore

This commit is contained in:
zadam
2019-11-30 10:41:53 +01:00
parent d0e6be3e0c
commit 995ebbf577
2 changed files with 0 additions and 9 deletions

View File

@@ -57,8 +57,6 @@ async function initDbConnection() {
return;
}
await sql.execute("PRAGMA foreign_keys = ON");
const currentDbVersion = await getDbVersion();
if (currentDbVersion > appInfo.dbVersion) {