Roomigrant icon indicating copy to clipboard operation
Roomigrant copied to clipboard

Automated Android Room ORM migrations generator with compile-time code generation

Results 4 Roomigrant issues
Sort by recently updated
recently updated
newest added

I added this column in my entity class ``` @ColumnInfo(name = "show_logo_on_download") var showLogoOnDownload : Boolean = true, ``` As you can see, the default value is true in the...

API 30 increases the SQLite version from 3.22.0 to 3.28.0. This breaks migrations when renaming a table which is referenced by a `View`, because `ALTER_TABLE` now updates `View`s. So this...

Hello @MatrixDev - Would it be possible to have a support to pull .sql files to use as migration? Thanks

This should be more a question than an issue, don't know if theres a StackOverflow tag to ask them there, feel free to close if so. At the moment I'm...