Scott 28/09/2024 9:47pm
| Since I've been using v3.10, I've been getting the following message when I load one of my mail stores:
---------------------------
Scribe
---------------------------
The mail store 'C:\mail\master.mail3\Database.sqlite' requires a format conversion to use with this version.
Do you want to convert the folders?
Details:
Table 'Calendar' is missing the schema field: 'TEXT DateModified'
Table 'Calendar' has 28 fields (should have 29)
Table 'Filter' is missing the schema field: 'TEXT DateModifed'
Table 'Filter' has 9 fields (should have 10)
---------------------------
Yes No
---------------------------
After selecting Yes, the conversion fails and the following appears in the Console:
C:\code\Scribe\trunk_os\src\Store3Mail3\Mail3Store.cpp:457 - Sqlite error 1: error in view cal: no such table: main.Calendar_tmp
alter table Calendar rename to Calendar_tmpC:\code\Scribe\trunk_os\src\Store3Mail3\Mail3Store.cpp:457 - Sqlite error 1: error in view cal: no such table: main.Calendar_tmp
C:\code\Scribe\trunk_os\src\Store3Mail3\Mail3Store.cpp:457 - Sqlite error 1: error in view cal: no such table: main.Calendar_tmp
alter table Filter rename to Filter_tmpC:\code\Scribe\trunk_os\src\Store3Mail3\Mail3Store.cpp:457 - Sqlite error 1: error in view cal: no such table: main.Calendar_tmp
The mail store still loads and is usable, but I'm not sure if it is not causing other issues.
|