Skip to content

Commit eefddb1

Browse files
magik6kLexLuthr
authored andcommitted
curio migrate: Fix typo
1 parent 404108b commit eefddb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/migrate-curio/migrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ func migrateLegacyDeals(ctx context.Context, full v1api.FullNode, activeSectors
453453

454454
prop := deal.ClientDealProposal.Proposal
455455

456-
_, err = hdb.Exec(ctx, `INSERT INTO signed_proposal_cid (signed_proposal_cid, sp_id, client_peer_id,
456+
_, err = hdb.Exec(ctx, `INSERT INTO market_legacy_deals (signed_proposal_cid, sp_id, client_peer_id,
457457
proposal_signature, proposal, piece_cid,
458458
piece_size, verified, start_epoch, end_epoch,
459459
publish_cid, chain_deal_id, fast_retrieval, created_at, sector_num)

0 commit comments

Comments
 (0)