fix misprint

This commit is contained in:
user 2025-02-25 14:51:54 +03:00
parent dba359bb6a
commit c6f30c6f76
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class RemoteContentIndex(AlchemyBase):
decrypted_hash = Column(String(128), nullable=True) # Decrypted content hash, available once permission is granted
ton_address = Column(String(128), nullable=True) # TON network address for the content
onchain_index = Column(Integer, nullable=True) # Onchain index or reference on a blockchain
metadata = Column(JSON, nullable=False, default={}) # Additional metadata for flexible content description
meta = Column(JSON, nullable=False, default={}) # Additional metadata for flexible content description
last_updated = Column(DateTime, nullable=False, default=datetime.utcnow) # Timestamp of the last update
created_at = Column(DateTime, nullable=False, default=datetime.utcnow) # Record creation timestamp