publish-shout-fix
Some checks failed
Deploy on push / deploy (push) Failing after 32s

This commit is contained in:
2025-08-21 12:16:30 +03:00
parent 343c60f608
commit 1b25738714
10 changed files with 246 additions and 195 deletions

View File

@@ -76,7 +76,7 @@ class Draft(Base):
# shout/publication
# Временно закомментировано для совместимости с тестами
# shout: Mapped[int | None] = mapped_column(ForeignKey("shout.id"), nullable=True)
shout: Mapped[int | None] = mapped_column(ForeignKey("shout.id"), nullable=True)
__table_args__ = (
Index("idx_draft_created_by", "created_by"),