generated from Luis/nextjs-python-web-template
recommit ? added pytest and 1 to many for repo
This commit is contained in:
@@ -35,7 +35,8 @@ class Entity(Base):
|
||||
producers = relationship("Producer", back_populates="entity")
|
||||
consumers = relationship("Consumer", back_populates="entity")
|
||||
repository = relationship("Repository", back_populates="entity")
|
||||
#TODO maby refactor to repositories
|
||||
# TODO maby refactor to repositories
|
||||
|
||||
|
||||
class ProducerAbstract(Base):
|
||||
__abstract__ = True
|
||||
|
||||
Reference in New Issue
Block a user