Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What happend when you update your app with new data? #68

Open
uselessai opened this issue Oct 31, 2017 · 1 comment
Open

What happend when you update your app with new data? #68

uselessai opened this issue Oct 31, 2017 · 1 comment

Comments

@uselessai
Copy link

Hi!!.. right know I am developing an app and when I update the database I have to delete the app to have the new changes in my app..

So.. when I upload my app to Google Play and Apple Store.. If I update the app and the database this changes will be incorporate when the user update the app?.. But how the database already exits, so, what is going to happend??

@brodycj
Copy link
Owner

brodycj commented Nov 6, 2017

You hit a major pitfall of pre-populated databases. There is not much of a good upgrade path.

The one idea I can think of is to use a different database name with every release and deal with the data migration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants