Files
chatmail-core/src
bjoern 9135cffaa4 do not change db schema in an incompatible way (#5254)
PR #5099 removed some columns in the database that were actually in use.

usually, to not worsen UX unnecessarily
(releases take time - in between, "Add Second Device", "Backup" etc.
would fail), we try to avoid such schema changes (checking for
db-version would avoid import etc. but would still worse UX),
see discussion at #2294.

these are the errors, the user will be confronted with otherwise:

<img width=400
src=https://github.com/deltachat/deltachat-core-rust/assets/9800740/e3f0fd6e-a7a9-43f6-9023-0ae003985425>

it is not great to maintain the old columns, but well :)

as no official releases with newer cores are rolled out yet, i think, it
is fine to change the "107" migration
and not copy things a second time in a newer migration.

(this issue happens to me during testing, and is probably also the issue
reported by @lk108 for ubuntu-touch)
2024-02-13 23:00:47 +01:00
..
2024-01-31 14:04:03 +01:00
2023-01-30 11:50:11 +03:00
2023-10-26 23:41:34 +00:00
2023-08-25 23:04:47 +00:00
2023-10-24 14:50:49 +00:00
2023-04-18 13:50:50 +00:00
2023-09-12 18:04:05 +00:00
2023-08-25 23:04:47 +00:00
2024-02-09 04:36:32 +00:00
2023-07-09 14:06:45 +02:00
2024-02-09 04:36:32 +00:00
2023-04-13 12:48:00 +00:00