aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/entities/SraOrder.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pipeline/src/entities/SraOrder.ts')
-rw-r--r--packages/pipeline/src/entities/SraOrder.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/pipeline/src/entities/SraOrder.ts b/packages/pipeline/src/entities/SraOrder.ts
index c9a1f926d..e4987df57 100644
--- a/packages/pipeline/src/entities/SraOrder.ts
+++ b/packages/pipeline/src/entities/SraOrder.ts
@@ -7,6 +7,7 @@ export class SraOrder extends BaseEntity {
@PrimaryColumn() public exchangeAddress!: string;
@PrimaryColumn() public orderHashHex!: string;
+ @Column() public sourceUrl!: string;
@Column() public lastUpdatedTimestamp!: number;
@Column() public firstSeenTimestamp!: number;