Change note to memo in database.

This commit is contained in:
elweyn 2021-11-30 10:31:43 +01:00
parent be8c91d752
commit e47a95cd4b

View File

@ -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