import db from "../src/sql"; db.run( `UPDATE events SET notification = 'done' WHERE deleteDate IS NOT NULL;` );