This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user