From 4ecb1c4b8b6c5ca9bf062815151b523d6a3c6017 Mon Sep 17 00:00:00 2001 From: Zayden Jung Date: Sat, 16 May 2026 20:11:40 +0800 Subject: [PATCH] previous code abandon --- app/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models.py b/app/models.py index 6490ea7..a7fcd0f 100644 --- a/app/models.py +++ b/app/models.py @@ -16,4 +16,4 @@ class Markdown(Base): title = Column(String, nullable=False) s3_key = Column(String, nullable=False) project_id = Column(String, ForeignKey("projects.id", ondelete="CASCADE")) - project = relationship("Project", back_populates="markdowns") \ No newline at end of file + project = relationship("Project", back_populates="markdowns")