MatrixDev / Roomigrant

Automated Android Room ORM migrations generator with compile-time code generation
MIT License
374 stars 23 forks source link

How do I actually add the migrations #23

Closed Khaptikma closed 3 years ago

Khaptikma commented 3 years ago

Untitled

Hello, I'm pretty new to room, and might not quite understand how it works yet. So, how do I actually get the "*Database_Migrations.build()" to be added to the migrations? Do I actually still need to add my usual migrations to the ".addMigrations()" function? Thank you.

Khaptikma commented 3 years ago

Found how to do it in an old closed issue