removed hash foreign key from ehtereum_labels tabel

pull/280/head
yhtiyar 2021-09-23 21:09:05 +03:00
rodzic 639a366b80
commit a005d92fc2
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -152,7 +152,6 @@ class EthereumLabel(Base): # type: ignore
)
transaction_hash = Column(
VARCHAR(256),
ForeignKey("ethereum_transactions.hash", ondelete="CASCADE"),
nullable=True,
index=True,
)