migrate-on-deploy
Some checks failed
Deploy on push / deploy (push) Failing after 7s

This commit is contained in:
2025-08-23 10:25:15 +03:00
parent 1b25738714
commit d33e53933f
2 changed files with 19 additions and 2 deletions

View File

@@ -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__ = (