Skip to content

Commit

Permalink
Rename primary key DB column to DeletedMarketActors.MarktakteurMastrN…
Browse files Browse the repository at this point in the history
…ummer #574
  • Loading branch information
nesnoj committed Oct 10, 2024
1 parent db7be30 commit 849430b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_mastr/utils/orm.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ class DeletedMarketActors(ParentAllTables, Base):
__tablename__ = "deleted_market_actors"

DatumLetzteAktualisierung = Column(DateTime(timezone=True))
MastrNummer = Column(String, primary_key=True)
MarktakteurMastrNummer = Column(String, primary_key=True)
MarktakteurStatus = Column(String)


Expand Down

0 comments on commit 849430b

Please sign in to comment.