mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-06-06 16:14:49 +08:00
allow lastActiveStatus to be null
This commit is contained in:
@@ -9,8 +9,10 @@ export class BossActiveStatusRecord {
|
||||
@Column()
|
||||
encryptBossId: string;
|
||||
|
||||
@Column()
|
||||
lastActiveStatus: string;
|
||||
@Column({
|
||||
nullable: true
|
||||
})
|
||||
lastActiveStatus?: string;
|
||||
|
||||
@Column()
|
||||
updateDate: Date;
|
||||
|
||||
Reference in New Issue
Block a user