Releases: RBusarow/Roomigrant
Releases · RBusarow/Roomigrant
Support SQLite 3.28.0 in API 30
more index bug fixes
0.2.5 create indices after the table rename
indices bug fixes
0.2.4 Merge pull request #9 from RBusarow/preserve_indices_when_recreating_…
Index bug fixes
- Support recreating an index if the affinity of its column(s) is changed.
- Recreate indices if a table is being recreated.
0.2.0
0.1.9
0.1.8
- Fix KotlinPoet
NoSuchMethodError
s in projects which already have a KotlinPoet dependency. - Fix Kotlin compilation error for extremely large
buildSchema
functions when the database is large with a large migration history. - Fix table rename migrations.
- Fix duplicate Index creation/drops.