old naming
This commit is contained in:
@@ -9,7 +9,7 @@ class ShoutCollection(Base):
|
||||
__tablename__ = "shout_collection"
|
||||
|
||||
id = None # type: ignore
|
||||
shoutId = Column(ForeignKey("shout.id"), primary_key=True)
|
||||
shout = Column(ForeignKey("shout.id"), primary_key=True)
|
||||
collectionId = Column(ForeignKey("collection.id"), primary_key=True)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user