Compare commits
9 commits
887738c0c6
...
20c3d2daf1
Author | SHA1 | Date | |
---|---|---|---|
20c3d2daf1 | |||
3c4f8b8099 | |||
f98fecb774 | |||
6e7e4a15ac | |||
ee696a5111 | |||
f2b77e4621 | |||
837a1cd187 | |||
7e1dd51e0f | |||
f4c02d3613 |
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default class User extends AppBaseEntity {
|
|||
@Column()
|
||||
Currency: number;
|
||||
|
||||
@Column()
|
||||
@Column({ nullable: true })
|
||||
LastUsedDaily?: Date;
|
||||
|
||||
public AddCurrency(amount: number) {
|
||||
|
|
Loading…
Reference in a new issue