mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	renaming attributes to labels, fixes #79
This commit is contained in:
		| @@ -22,7 +22,7 @@ router.post('/cleanup-soft-deleted-items', auth.checkApiAuth, wrap(async (req, r | ||||
|  | ||||
|         await sql.execute(`DELETE FROM note_images WHERE noteId IN (${noteIdsSql})`); | ||||
|  | ||||
|         await sql.execute(`DELETE FROM attributes WHERE noteId IN (${noteIdsSql})`); | ||||
|         await sql.execute(`DELETE FROM labels WHERE noteId IN (${noteIdsSql})`); | ||||
|  | ||||
|         await sql.execute("DELETE FROM branches WHERE isDeleted = 1"); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user