MaCH repo
This commit is contained in:
4
06_todo_sse_datastar/delete_todo.sql
Normal file
4
06_todo_sse_datastar/delete_todo.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
delete from todos
|
||||
where user_id = {{user_id}}
|
||||
and id = {{id}}
|
||||
returning id;
|
||||
Reference in New Issue
Block a user