4 lines
60 B
MySQL
4 lines
60 B
MySQL
|
|
update todos
|
||
|
|
set finished = {{finished}}
|
||
|
|
where id = {{id}};
|