2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 11:29:03 +00:00

fix: migrate then postStart

This commit is contained in:
Faris Ansari 2019-12-05 00:11:56 +05:30
parent ff0baa58e5
commit 26826488d8

View File

@ -203,8 +203,8 @@ import router from './router';
dbPath: filepath
});
await frappe.db.connect();
await postStart();
await frappe.db.migrate();
await postStart();
} catch (e) {
console.log(e);
}