generated from Luis/nextjs-python-web-template
db pytest runs for post and get single did
This commit is contained in:
@@ -35,7 +35,7 @@ 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
|
||||
|
||||
class ProducerAbstract(Base):
|
||||
__abstract__ = True
|
||||
|
||||
Reference in New Issue
Block a user