You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
Minor changes
This commit is contained in:
@ -422,7 +422,7 @@ async function initialize(dispatch) {
|
||||
if (Setting.value('env') == 'prod') {
|
||||
await db.open({ name: 'joplin.sqlite' })
|
||||
} else {
|
||||
await db.open({ name: 'joplin-68.sqlite' });
|
||||
await db.open({ name: 'joplin-70.sqlite' });
|
||||
|
||||
// await db.clearForTesting();
|
||||
}
|
||||
|
Reference in New Issue
Block a user