Files

4 lines
60 B
SQL
Raw Permalink Normal View History

2025-07-24 12:46:01 -05:00
update todos
set finished = {{finished}}
where id = {{id}};