mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +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