moneymanagerex / android-money-manager-ex

Manage your finances on-the-go, encrypted for security, and sync via your cloud
http://android.moneymanagerex.org/
GNU General Public License v3.0
492 stars 187 forks source link

Update database schema #1347

Closed alensiljak closed 9 months ago

alensiljak commented 5 years ago

Ref: https://github.com/moneymanagerex/moneymanagerex/issues/2131

The desktop application v1.4.0 uses a schema that has breaking changes to the current version of the Android app. Analysis of the changes is required, as well as implementation of any changes required by the new schema.

The latest schema is to be taken from https://github.com/moneymanagerex/database repository.

reinhart1010 commented 5 years ago

Here's what can I summarize the changes

Changes in Table Names (v11 to v12)

Any _V1 suffix in other tables must be removed

Changes to CURRENCYFORMATS

Changes to REFTYPE values in ATTACHMENT and CUSTOMFIELD (v10 to v11)

For migration process, I'd recommend to write a new SQL script to upgrade from v7 to v13 all at once.

TobiasDev commented 4 years ago

Any updates on this?

github-actions[bot] commented 9 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.

wolfsolver commented 9 months ago

dB schemas update and aligned to 1.7.0 version desktop. Download latest version.