Marty Oehme
0e31975cb0
Created missing schema_version and user_version values for import. user_version is especially important here since Loop Habit looks for the corresponding sql schema migration files and does not find files for versions under 9. user_version = 23 or 24 seems correct for Loop Habit Tracker v2.0.3 (or rather, 2.0.x). Migration files here: https://github.com/iSoron/uhabits/tree/dev/uhabits-core/src/jvmMain/resources/migrations Used by migration helper, with an error message on non-existing version file here: https://github.com/iSoron/uhabits/blob/dev/uhabits-core/src/jvmMain/java/org/isoron/uhabits/core/database/MigrationHelper.kt |
||
---|---|---|
.. | ||
__init__.py | ||
habits.py | ||
nomie.py | ||
repetitions.py | ||
schema.py |