Skip to content

Commit

Permalink
Merge pull request #242 from stellar/add-asset-id-to-hist-assets
Browse files Browse the repository at this point in the history
Add `asset_id` to `history_assets` table
  • Loading branch information
sydneynotthecity authored Nov 3, 2023
2 parents ac5abce + 541519c commit e2c160a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dags/queries/history_assets.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ select
, new_load_dedup.batch_id
, new_load_dedup.batch_run_date
, new_load_dedup.batch_insert_ts
, new_load_dedup.asset_id
from exclude_duplicates
left join
new_load_dedup on
Expand Down

0 comments on commit e2c160a

Please sign in to comment.