'use strict'; exports.up = async function(db) { await db.runSql('UPDATE apps SET notes="" WHERE notes IS NULL'); }; exports.down = async function(/* db */) { };