mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
added sync fill for note_contents
This commit is contained in:
2
db/migrations/0126__fill_sync_for_note_contents.sql
Normal file
2
db/migrations/0126__fill_sync_for_note_contents.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT OR REPLACE INTO sync (entityName, entityId, sourceId, syncDate)
|
||||
SELECT 'note_contents', noteContentId, '', '2019-03-02T18:07:29.182Z' FROM note_contents;
|
||||
@@ -4,7 +4,7 @@ const build = require('./build');
|
||||
const packageJson = require('../../package');
|
||||
const {TRILIUM_DATA_DIR} = require('./data_dir');
|
||||
|
||||
const APP_DB_VERSION = 125;
|
||||
const APP_DB_VERSION = 126;
|
||||
const SYNC_VERSION = 6;
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user