|
@@ -49,7 +49,7 @@ export class RelationMock {
|
|
|
@Column({ type: 'json' })
|
|
@Column({ type: 'json' })
|
|
|
permittedChannelsForEachCommand : PermittedChannelsForEachCommand
|
|
permittedChannelsForEachCommand : PermittedChannelsForEachCommand
|
|
|
|
|
|
|
|
- @Column({ type: 'bigint' })
|
|
|
|
|
|
|
+ @Column({ type: 'timestamp' })
|
|
|
expiredAtCommands: number;
|
|
expiredAtCommands: number;
|
|
|
|
|
|
|
|
getDistanceInMillisecondsToExpiredAt(baseDate:Date):number {
|
|
getDistanceInMillisecondsToExpiredAt(baseDate:Date):number {
|