1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

All: Fixed note update issue

This commit is contained in:
Laurent Cozic
2017-11-30 00:25:52 +00:00
parent 4de1edda05
commit 7f1a14fa22
4 changed files with 12 additions and 7 deletions

View File

@@ -310,7 +310,7 @@ async function initialize(dispatch, backButtonHandler) {
if (Setting.value('env') == 'prod') {
await db.open({ name: 'joplin.sqlite' })
} else {
await db.open({ name: 'joplin-66.sqlite' })
await db.open({ name: 'joplin-67.sqlite' })
//await db.open({ name: 'joplin-67.sqlite' })
// await db.exec('DELETE FROM notes');