Skip to content

Commit 8351035

Browse files
committed
fix: emergency pause entity migration
1 parent 82d2158 commit 8351035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/fasset-indexer-core/src/orm/entities/events/emergency-pause.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ export class EmergencyPauseTriggered extends FAssetEventBound {
1212
@Property({ type: 'int8', nullable: true })
1313
governanceLevel!: number
1414

15-
@Property({ type: new uint64() })
15+
@Property({ type: new uint64(), nullable: true })
1616
externalPausedUntil!: bigint
1717

18-
@Property({ type: new uint64() })
18+
@Property({ type: new uint64(), nullable: true })
1919
governancePausedUntil!: bigint
2020
}
2121

0 commit comments

Comments
 (0)