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:
parent
ff0baa58e5
commit
26826488d8
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user