mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	renaming of sql methods to fit getRows/getEntities model
This commit is contained in:
		| @@ -11,7 +11,7 @@ const sync_table = require('../../services/sync_table'); | ||||
| const wrap = require('express-promise-wrap').wrap; | ||||
|  | ||||
| router.get('/', auth.checkApiAuth, wrap(async (req, res, next) => { | ||||
|     const notes = await sql.getAll(` | ||||
|     const notes = await sql.getRows(` | ||||
|       SELECT  | ||||
|         note_tree.*,  | ||||
|         notes.title,  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user