near / near-indexer-for-explorer

Watch NEAR network and store all the data from NEAR blockchain to PostgreSQL database
https://near-indexers.io/docs/projects/near-indexer-for-explorer
GNU General Public License v3.0
123 stars 56 forks source link

fix: dropped the args_json->amount index on action_receipt_actions table #279

Closed frol closed 2 years ago

frol commented 2 years ago

Reverting action_receipt_actions_args_amount_idx index that was added in #99. This is needed to avoid potential problems when the amount argument in the receipt actions is not indexable.