mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
drop isDeleted index
This commit is contained in:
@@ -4,7 +4,7 @@ const build = require('./build');
|
||||
const packageJson = require('../../package');
|
||||
const {TRILIUM_DATA_DIR} = require('./data_dir');
|
||||
|
||||
const APP_DB_VERSION = 177;
|
||||
const APP_DB_VERSION = 178;
|
||||
const SYNC_VERSION = 18;
|
||||
const CLIPPER_PROTOCOL_VERSION = "1.0";
|
||||
|
||||
|
||||
@@ -16,11 +16,6 @@ class Attribute {
|
||||
this.name = row.name;
|
||||
/** @param {int} */
|
||||
this.position = row.position;
|
||||
|
||||
if (typeof row.value !== 'string') {
|
||||
row.value = JSON.stringify(row.value);
|
||||
}
|
||||
|
||||
/** @param {string} */
|
||||
this.value = row.value;
|
||||
/** @param {boolean} */
|
||||
|
||||
Reference in New Issue
Block a user