diff --git a/src/helpers/orm.ts b/src/helpers/orm.ts index 306fb47..d59e87b 100644 --- a/src/helpers/orm.ts +++ b/src/helpers/orm.ts @@ -16,6 +16,7 @@ import { HrmsEmployee, HrmsDepartment, HrmsShift, + HospitalInformation } from "entity" import { ILogObj, Logger } from "tslog" @@ -53,6 +54,7 @@ export class OrmHelper { HrmsPosition, HrmsShift, HrmsEmployee, + HospitalInformation ], subscribers: [], migrations: [],