robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.26k stars 264 forks source link

update database in new apk version #107

Open samii00 opened 4 years ago

samii00 commented 4 years ago

Is there a way to add new content to the database in the previous version of the game that was stored in the user's phone and changes were made in its fields? How can the database be updated by retaining the previous content?

afandiyusuf commented 4 years ago

I think you must do it manually,

You can run some sql script at the beginning of the game.