Notes/db/migrations/0117__fix_attributes_of_del...

1 line
99 B
SQL

UPDATE attributes SET isDeleted = 1 WHERE noteId IN (SELECT noteId FROM notes WHERE isDeleted = 1);