4 lines
65 B
SQL
4 lines
65 B
SQL
delete from todos
|
|
where user_id = {{user_id}}
|
|
and id = {{id}};
|
delete from todos
|
|
where user_id = {{user_id}}
|
|
and id = {{id}};
|