Skip to content

Commit

Permalink
Applying patch 139. (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanito87 authored Nov 27, 2023
1 parent 7abbc0e commit 67ed605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nft_ingester/src/program_transformers/bubblegum/mint_v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ where
asset_data::Column::MetadataMutability,
asset_data::Column::SlotUpdated,
asset_data::Column::Reindex,
asset_data::Column::RawName,
asset_data::Column::RawSymbol,
])
.to_owned(),
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ pub async fn save_v1_asset<T: ConnectionTrait + TransactionTrait>(
asset_data::Column::MetadataMutability,
asset_data::Column::SlotUpdated,
asset_data::Column::Reindex,
asset_data::Column::RawName,
asset_data::Column::RawSymbol,
])
.to_owned(),
)
Expand Down

0 comments on commit 67ed605

Please sign in to comment.