Add project management functionality with CRUD operations and associations; introduce project schemas and update main application routing.
This commit is contained in:
@@ -231,4 +231,6 @@ def delete_investor(investor_id: int, db: Session = Depends(get_db)):
|
||||
|
||||
db.delete(db_investor)
|
||||
db.commit()
|
||||
return {"message": "Investor deleted successfully"}
|
||||
return {"message": "Investor deleted successfully"}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user