feat(cli): create DB in start command if not exists (#285)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Model } from 'objection';
|
||||
import database from './database';
|
||||
import { client } from './database';
|
||||
|
||||
Model.knex(database)
|
||||
Model.knex(client);
|
||||
|
Reference in New Issue
Block a user