Skip to content

Commit

Permalink
chore: rm old cols
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Mar 23, 2024
1 parent 8b2b2c1 commit fee5265
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions icon_stats/models/ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ class Ecosystem(BaseSQLModel, table=True):
token_transfer_addresses_24h_prev: Optional[int] = Field(None)
token_transfer_addresses_7d_prev: Optional[int] = Field(None)
token_transfer_addresses_30d_prev: Optional[int] = Field(None)
# Unique addresses
unique_addresses_24h: Optional[int] = Field(None)
unique_addresses_7d: Optional[int] = Field(None)
unique_addresses_30d: Optional[int] = Field(None)
unique_addresses_24h_prev: Optional[int] = Field(None)
unique_addresses_7d_prev: Optional[int] = Field(None)
unique_addresses_30d_prev: Optional[int] = Field(None)

last_updated_timestamp: Optional[int] = Field(None)

Expand Down

0 comments on commit fee5265

Please sign in to comment.