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

This commit is contained in:
Drew 2025-10-22 22:20:14 -07:00
parent d8094c4812
commit 8b32739e51
13 changed files with 297 additions and 7 deletions

View file

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT MAX(sort_order) as max_order FROM projects;",
"describe": {
"columns": [
{
"name": "max_order",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 0
},
"nullable": [
true
]
},
"hash": "93c31908b7409b034b143447cd8a1635f191f0abd4d547835c0f05aa403f96e0"
}