brodybits / cordova-sqlite-ext

A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/macOS/Windows with REGEXP (Android/macOS/iOS) and pre-populated databases (Android/iOS/macOS/Windows)
Other
71 stars 55 forks source link

New android apk does not update the device db. Is this normal? #76

Closed nfuria closed 6 years ago

nfuria commented 6 years ago

I published an app some time ago. Today I upload a new apk where only the db is updated. The device updated app downloaded from Play Store continues using the same old db. To resolve I changed the name of the db file. The question: are there some configuration to force the substitution of the db file in the device?

Thanks

Furia

nfuria commented 6 years ago

I did not read all the issues carefully. The # 68 issue addressed the same problem and had already been answered, proposing the solution that I used. Sorry...

brodybits commented 6 years ago

Thanks @nfuria, adding pointer to litehelpers/cordova-sqlite-ext#68 for reference