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" };