mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +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
|
||||
|
||||
@Column({ length: 256, nullable: true, default: null })
|
||||
note: string
|
||||
memo: string
|
||||
|
||||
@Column({ type: 'bigint', nullable: false })
|
||||
amount: BigInt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user