notesmachine/server/nm-store/src/sql/update_one_note.sql

4 lines
86 B
MySQL
Raw Normal View History

2020-09-30 16:17:37 +00:00
UPDATE notes
SET content = ?, updated_date = ?, lastview_date = ?
WHERE uuid = ?;