|
@@ -8,6 +8,7 @@ import {_Session} from "./schemas/_Session"
|
|
|
import {Submitted} from "./schemas/Submitted"
|
|
|
import {EduProcess} from "./schemas/EduProcess"
|
|
|
import { Department } from "./schemas/Department"
|
|
|
+import { Review } from "./schemas/Review"
|
|
|
export const EduSchemas = [
|
|
|
_User,
|
|
|
_Role,
|
|
@@ -18,6 +19,7 @@ export const EduSchemas = [
|
|
|
EduCollection,
|
|
|
Submitted,
|
|
|
EduProcess,
|
|
|
- Department
|
|
|
+ Department,
|
|
|
+ Review
|
|
|
]
|
|
|
module.exports.EduSchemas = EduSchemas
|