mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
missing null on field creationDate
This commit is contained in:
parent
c35f9ad675
commit
dd8ddbad42
@ -63,7 +63,7 @@ export class Transaction extends BaseEntity {
|
||||
memo: string
|
||||
|
||||
@Column({ name: 'creation_date', type: 'datetime', nullable: true, default: null })
|
||||
creationDate: Date
|
||||
creationDate: Date | null
|
||||
|
||||
@Column({
|
||||
name: 'linked_user_id',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user