初始化
This commit is contained in:
@@ -43,7 +43,8 @@ module.exports = class {
|
||||
database: config.database,
|
||||
});
|
||||
this.file = this.app.root + '/' + config.database + '.sql'
|
||||
await importer.import(this.file)
|
||||
// const res = await importer.import(this.file)
|
||||
// console.log(res);
|
||||
console.timeEnd("reduction")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user