mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
more cleanups
This commit is contained in:
parent
54562b03c8
commit
612c7d9144
3
migrations/0054__more_cleanup_inconsistencies.sql
Normal file
3
migrations/0054__more_cleanup_inconsistencies.sql
Normal 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');
|
@ -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,
|
||||
|
@ -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" };
|
||||
|
Loading…
x
Reference in New Issue
Block a user