mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	separating some options to "startup" options which allows not creating new DB version for each new option
This commit is contained in:
		| @@ -20,6 +20,8 @@ const dbConnection = new Promise(async (resolve, reject) => { | ||||
|     const db = await createConnection(); | ||||
|     sql.setDbConnection(db); | ||||
|  | ||||
|     await require('./options_init').initStartupOptions(); | ||||
|  | ||||
|     resolve(); | ||||
| }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user