1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Tools: Fixed tests

This commit is contained in:
Laurent Cozic
2020-09-29 10:54:31 +01:00
parent f42fb1b871
commit f43ee123d8
2 changed files with 122 additions and 122 deletions

View File

@ -864,7 +864,7 @@ class JoplinDatabase extends Database {
if (targetVersion === 15 || targetVersion === 18 || targetVersion === 33) {
this.logger().warn('Could not upgrade to database v15 or v18 or v33 - FTS feature will not be used', error);
} else if (targetVersion === 34) {
this.logger().warn('Could not upgrade to database v34 - fuzzy search will not be used', error);
// this.logger().warn('Could not upgrade to database v34 - fuzzy search will not be used', error);
} else {
throw error;
}