From 612c7d9144a943e180cf8d38a1cffe65a0b7525a Mon Sep 17 00:00:00 2001 From: azivner Date: Thu, 14 Dec 2017 23:28:50 -0500 Subject: [PATCH] more cleanups --- migrations/0054__more_cleanup_inconsistencies.sql | 3 +++ services/app_info.js | 2 +- services/build.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 migrations/0054__more_cleanup_inconsistencies.sql diff --git a/migrations/0054__more_cleanup_inconsistencies.sql b/migrations/0054__more_cleanup_inconsistencies.sql new file mode 100644 index 000000000..18938c153 --- /dev/null +++ b/migrations/0054__more_cleanup_inconsistencies.sql @@ -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'); diff --git a/services/app_info.js b/services/app_info.js index 75e018439..58ef0cc55 100644 --- a/services/app_info.js +++ b/services/app_info.js @@ -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, diff --git a/services/build.js b/services/build.js index 46f071326..f15d1065b 100644 --- a/services/build.js +++ b/services/build.js @@ -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" };