#How do I update the database for my android app?

1 messages · Page 1 of 1 (latest)

pliant geyser
#

It appears you can't update it after first native:run

Is there a way I can insert new data into the database?

tacit osprey
#

I am working on a process for you to be able to specify a seeder that runs on first install, standby.

upbeat carbon
#

@tacit osprey any update on this?

tacit osprey
#

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

upbeat carbon
#

Make sense, but just to confirm, migrations are ran for the first install, and then whenever there is an update, correct?