Initial commit
This commit is contained in:
3
server/src/database/schemas/index.js
Normal file
3
server/src/database/schemas/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export { workItemSchema } from './workItem'
|
||||
export { userSchema } from './user'
|
||||
export { teamSchema } from './team'
|
||||
Reference in New Issue
Block a user