diff options
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts index 7637d247..bcabac1b 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -36,6 +36,8 @@ export * from './consent'; export * from './bidding'; export * from './vendorRegistrations'; export * from './compliance'; +export * from './rfqLast'; +export * from './rfqVendor'; // 부서별 도메인 할당 관리 export * from './departmentDomainAssignments'; |
