You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our databases (forms, instances, savepoints, entities) currently support downgrading through the #onDowngrade method, which simply recreates the database from scratch. However, this feature may be unnecessary since Android does not allow app downgrades (you must uninstall the newer version before installing an older one).
We began considering this issue in this discussion, so it would be worthwhile to investigate whether we can eliminate the downgrading mechanism entirely or if it is still necessary (for example, if downgrading is possible using ADB or other methods).
The text was updated successfully, but these errors were encountered:
Problem description
Our databases (forms, instances, savepoints, entities) currently support downgrading through the
#onDowngrade
method, which simply recreates the database from scratch. However, this feature may be unnecessary since Android does not allow app downgrades (you must uninstall the newer version before installing an older one).We began considering this issue in this discussion, so it would be worthwhile to investigate whether we can eliminate the downgrading mechanism entirely or if it is still necessary (for example, if downgrading is possible using ADB or other methods).
The text was updated successfully, but these errors were encountered: