kopia lustrzana https://github.com/bugout-dev/moonstream
removed hash foreign key from ehtereum_labels tabel
rodzic
639a366b80
commit
a005d92fc2
|
@ -152,7 +152,6 @@ class EthereumLabel(Base): # type: ignore
|
||||||
)
|
)
|
||||||
transaction_hash = Column(
|
transaction_hash = Column(
|
||||||
VARCHAR(256),
|
VARCHAR(256),
|
||||||
ForeignKey("ethereum_transactions.hash", ondelete="CASCADE"),
|
|
||||||
nullable=True,
|
nullable=True,
|
||||||
index=True,
|
index=True,
|
||||||
)
|
)
|
||||||
|
|
Ładowanie…
Reference in New Issue