mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
drop isDeleted index
This commit is contained in:
@@ -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