diff options
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts index db449616..19470fca 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -30,6 +30,9 @@ export * from './history'; export * from './notification'; export * from './templates'; +// 부서별 도메인 할당 관리 +export * from './departmentDomainAssignments'; + // MDG SOAP 수신용 export * from './MDG/mdg' |
