forked from wangziqi/gongxue-base
fix: harden DingTalk student synchronization
This commit is contained in:
@@ -8,4 +8,10 @@ export class SyncState {
|
||||
|
||||
@Column({ name: 'last_sync_at', type: 'datetime', nullable: true })
|
||||
lastSyncAt: Date | null;
|
||||
|
||||
@Column({ name: 'run_id', type: 'varchar', length: 64, nullable: true })
|
||||
runId: string | null;
|
||||
|
||||
@Column({ name: 'running_since', type: 'datetime', nullable: true })
|
||||
runningSince: Date | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user