mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 10:05:38 +01:00
Started project managment endpoints
This commit is contained in:
parent
f9631cfe87
commit
407b22eaf5
4 changed files with 243 additions and 141 deletions
|
|
@ -38,4 +38,4 @@ class Task(Base):
|
|||
description = Column(String)
|
||||
status = Column(String, default="pending")
|
||||
project_id = Column(Integer, ForeignKey("projects.id"))
|
||||
project = relationship("Project", back_populates="tasks")
|
||||
project_user = relationship("Project", back_populates="tasks")
|
||||
Loading…
Add table
Add a link
Reference in a new issue