Create Project APIs.
Some checks failed
Check / Backend (pull_request) Failing after 3m28s
Check / Frontend (pull_request) Successful in 1m50s

This commit is contained in:
Drew 2025-10-22 22:20:14 -07:00
parent d8094c4812
commit b9f2768a2f
12 changed files with 293 additions and 6 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "UPDATE projects \n SET title=$1, color=$2, folder_id=$3, status=$4, sort_order=$5, updated_at=$6, completed_at=$7 \n WHERE id=$8",
"describe": {
"columns": [],
"parameters": {
"Right": 8
},
"nullable": []
},
"hash": "3fbe5a29facacd03360f017a3ab078c9ae067aafcaa2e7ca29d597c0a74ac48d"
}