core: fix build error

This commit is contained in:
Abdullah Atta
2023-12-11 14:42:39 +05:00
parent 7ebc38b5e0
commit b8c7fc9604

View File

@@ -60,6 +60,7 @@ class Migrator {
);
const table = new SQLCollection(
db.sql,
db.transaction,
collection.table,
db.eventManager
);