habitmove/habitmove
Marty Oehme 0e31975cb0
Create missing PRAGMA values
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
2021-12-02 12:54:11 +01:00
..
__init__.py Fix ability to be run via poetry and cli 2021-10-07 10:17:42 +02:00
habits.py Fix ability to be run via poetry and cli 2021-10-07 10:17:42 +02:00
nomie.py Fix ability to be run via poetry and cli 2021-10-07 10:17:42 +02:00
repetitions.py Fix ability to be run via poetry and cli 2021-10-07 10:17:42 +02:00
schema.py Create missing PRAGMA values 2021-12-02 12:54:11 +01:00