mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
Change note to memo in database.
This commit is contained in:
parent
be8c91d752
commit
e47a95cd4b
@ -15,7 +15,7 @@ export class LoginPendingTasksAdmin extends BaseEntity {
|
|||||||
date: Date
|
date: Date
|
||||||
|
|
||||||
@Column({ length: 256, nullable: true, default: null })
|
@Column({ length: 256, nullable: true, default: null })
|
||||||
note: string
|
memo: string
|
||||||
|
|
||||||
@Column({ type: 'bigint', nullable: false })
|
@Column({ type: 'bigint', nullable: false })
|
||||||
amount: BigInt
|
amount: BigInt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user