#How do I update the database for my android app?
1 messages · Page 1 of 1 (latest)
I am working on a process for you to be able to specify a seeder that runs on first install, standby.
@tacit osprey any update on this?
Currently the best way to go about this is to seed data in a migration, migrations have all of the characteristics we’re looking for for something like this, they run once, they run automatically etc
Make sense, but just to confirm, migrations are ran for the first install, and then whenever there is an update, correct?