Was prompted by auto message to install v3.2.0 this morning. It installed and started database migration, and failed (Win desktop). Uninstalled, downloaded current install file, still failing in database migration step.
SQL logic error (query: insert into "content_fts" ("rowid", "id", "data", "noteId") select "rowid", "id", IIF(locked == 1, '', data) as "data", "noteId" from "content" where ("noteId" is not null and "data" is not null and "deleted" is not 1))
SqliteError: SQL logic error (query: insert into "content_fts" ("rowid", "id", "data", "noteId") select "rowid", "id", IIF(locked == 1, '', data) as "data", "noteId" from "content" where ("noteId" is not null and "data" is not null and "deleted" is not 1))
at N.<anonymous> (https://app.notesnook.com/assets/sqlite.worker.desktop-BZWvAuu0.js:1:1482)
at Generator.next (<anonymous>)
at u (https://app.notesnook.com/assets/sqlite.worker.desktop-BZWvAuu0.js:1:151)
thanks