mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Add Message to the entity definitions.
This commit is contained in:
parent
959b7e3d13
commit
2fc693f60b
@ -7,6 +7,7 @@ import { TransactionLink } from './TransactionLink'
|
||||
import { User } from './User'
|
||||
import { Contribution } from './Contribution'
|
||||
import { EventProtocol } from './EventProtocol'
|
||||
import { Message } from './Message'
|
||||
|
||||
export const entities = [
|
||||
Contribution,
|
||||
@ -18,4 +19,5 @@ export const entities = [
|
||||
TransactionLink,
|
||||
User,
|
||||
EventProtocol,
|
||||
Message,
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user