mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
separate sync for pull (implemented) and push (not yet)
This commit is contained in:
@@ -3,7 +3,7 @@ const sql = require('./sql');
|
||||
const fs = require('fs-extra');
|
||||
const log = require('./log');
|
||||
|
||||
const APP_DB_VERSION = 11;
|
||||
const APP_DB_VERSION = 13;
|
||||
const MIGRATIONS_DIR = "./migrations";
|
||||
|
||||
async function migrate() {
|
||||
|
||||
Reference in New Issue
Block a user