mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add soft delete to transaction link model
This commit is contained in:
parent
01648aaa0d
commit
f961772854
@ -25,6 +25,9 @@ export class TransactionLink {
|
|||||||
@Field(() => Date)
|
@Field(() => Date)
|
||||||
createdAt: Date
|
createdAt: Date
|
||||||
|
|
||||||
|
@Field(() => Date, { nullable: true })
|
||||||
|
deletedAt: Date | null
|
||||||
|
|
||||||
@Field(() => Date)
|
@Field(() => Date)
|
||||||
validUntil: Date
|
validUntil: Date
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user