diff --git a/db/moonstreamdb/models.py b/db/moonstreamdb/models.py index 40f349ca..8ac86ab4 100644 --- a/db/moonstreamdb/models.py +++ b/db/moonstreamdb/models.py @@ -152,7 +152,6 @@ class EthereumLabel(Base): # type: ignore ) transaction_hash = Column( VARCHAR(256), - ForeignKey("ethereum_transactions.hash", ondelete="CASCADE"), nullable=True, index=True, )