This commit is contained in:
@@ -74,8 +74,7 @@ class Draft(Base):
|
||||
authors = relationship(get_author_model(), secondary=DraftAuthor.__table__)
|
||||
topics = relationship(Topic, secondary=DraftTopic.__table__)
|
||||
|
||||
# shout/publication
|
||||
# Временно закомментировано для совместимости с тестами
|
||||
# shout/publication - связь с опубликованной публикацией
|
||||
shout: Mapped[int | None] = mapped_column(ForeignKey("shout.id"), nullable=True)
|
||||
|
||||
__table_args__ = (
|
||||
|
||||
Reference in New Issue
Block a user