Compare commits
9 commits
20c3d2daf1
...
887738c0c6
Author | SHA1 | Date | |
---|---|---|---|
887738c0c6 | |||
f7de57cf5d | |||
58e2fa3dfc | |||
5bfb89524f | |||
f6893b735e | |||
3681df871f | |||
cb5dfad1c4 | |||
8cd579df91 | |||
2963850de8 |
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default class User extends AppBaseEntity {
|
|||
@Column()
|
||||
Currency: number;
|
||||
|
||||
@Column({ nullable: true })
|
||||
@Column()
|
||||
LastUsedDaily?: Date;
|
||||
|
||||
public AddCurrency(amount: number) {
|
||||
|
|
Loading…
Reference in a new issue