Create Project APIs.
All checks were successful
Check / Backend (pull_request) Successful in 7m9s
Check / Frontend (pull_request) Successful in 2m1s

This commit is contained in:
Drew 2025-10-22 22:20:14 -07:00
parent d8094c4812
commit f529bf4552
13 changed files with 296 additions and 7 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"
}