provenance-io / explorer-service

The server side of the blockchain Explorer app. Allows for UI browsing of the blockchain.
Apache License 2.0
6 stars 3 forks source link

Remove the `data` column from the `asset_pricing` table. #563

Open nullpointer0x00 opened 2 days ago

nullpointer0x00 commented 2 days ago

Summary

Remove the data column from the asset_pricing table.

Problem Definition

The data column is not being used anywhere and contains redundant information that is already stored in other columns. Keeping this column adds unnecessary storage without providing value.

Proposal

Remove the data column from the asset_pricing table. Since this column is no longer populated with new information and serves no additional purpose, eliminating it will simplify the table structure and reduce storage.


For Admin Use