more cleanups

This commit is contained in:
azivner 2017-12-14 23:28:50 -05:00
parent 54562b03c8
commit 612c7d9144
3 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
DELETE FROM notes_tree WHERE note_tree_id IN ('cb94QGgnCwOD', 'c3FWKhcVYyaQ');
DELETE FROM notes_history WHERE note_history_id IN ('cdUD6ycs3l9h', 'OW4uh0HLtXaw');

View File

@ -3,7 +3,7 @@
const build = require('./build');
const packageJson = require('../package');
const APP_DB_VERSION = 53;
const APP_DB_VERSION = 54;
module.exports = {
app_version: packageJson.version,

View File

@ -1 +1 @@
module.exports = { build_date:"2017-12-14T20:10:49-05:00", build_revision: "45fba6d7f8a53d4ebbd48b1205442410b6f1dc46" };
module.exports = { build_date:"2017-12-14T23:23:21-05:00", build_revision: "54562b03c8f001aa484f680800decdbffc3e6167" };