mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +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
|
memo: string
|
||||||
|
|
||||||
@Column({ name: 'creation_date', type: 'datetime', nullable: true, default: null })
|
@Column({ name: 'creation_date', type: 'datetime', nullable: true, default: null })
|
||||||
creationDate: Date
|
creationDate: Date | null
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
name: 'linked_user_id',
|
name: 'linked_user_id',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user