mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Remove the posibility of null of the contribution entity.
This commit is contained in:
parent
e29c9a111d
commit
c17291f74d
@ -91,5 +91,5 @@ export class Contribution extends BaseEntity {
|
|||||||
messages?: ContributionMessage[]
|
messages?: ContributionMessage[]
|
||||||
|
|
||||||
@Column({ nullable: true, name: 'updated_at' })
|
@Column({ nullable: true, name: 'updated_at' })
|
||||||
updatedAt: Date | null
|
updatedAt: Date
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user