MaCH repo
This commit is contained in:
5
06_todo_sse_datastar/update_todo.sql
Normal file
5
06_todo_sse_datastar/update_todo.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
update todos
|
||||
set finished = {{finished}}
|
||||
where user_id = {{user_id}}
|
||||
and id = {{id}}
|
||||
returning id, title, finished;
|
||||
Reference in New Issue
Block a user