diff --git a/packages/server/src/commands/bigcapital.ts b/packages/server/src/commands/bigcapital.ts index fa52b5e38..b85cff722 100644 --- a/packages/server/src/commands/bigcapital.ts +++ b/packages/server/src/commands/bigcapital.ts @@ -4,6 +4,7 @@ import color from 'colorette'; import argv from 'getopts'; import Knex from 'knex'; import { knexSnakeCaseMappers } from 'objection'; +import '../before'; import config from '../config'; function initSystemKnex() {