aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/entities/sra_order.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pipeline/src/entities/sra_order.ts')
-rw-r--r--packages/pipeline/src/entities/sra_order.ts7
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/pipeline/src/entities/sra_order.ts b/packages/pipeline/src/entities/sra_order.ts
index e59161c81..4b7f652d3 100644
--- a/packages/pipeline/src/entities/sra_order.ts
+++ b/packages/pipeline/src/entities/sra_order.ts
@@ -8,13 +8,8 @@ export class SraOrder {
public exchangeAddress!: string;
@PrimaryColumn({ name: 'order_hash_hex' })
public orderHashHex!: string;
-
- @Column({ name: 'source_url' })
+ @PrimaryColumn({ name: 'source_url' })
public sourceUrl!: string;
- @Column({ name: 'last_updated_timestamp' })
- public lastUpdatedTimestamp!: number;
- @Column({ name: 'first_seen_timestamp' })
- public firstSeenTimestamp!: number;
@Column({ name: 'maker_address' })
public makerAddress!: string;