2

I am currently using Jaydata on a PhoneGap application I am developing. Everything is working great so far. But I couldn't find a single update on how to manage upgrades to the database when I release a new version of the app.

Is there a way to run scripts depending on the version of the application?

I don't want to have to drop the changed tables everytime a new version is deployed.

Thanks

HobojoeBr
  • 599
  • 9
  • 23

1 Answers1

1

You can manage DB upgrades using the API of JayData Schema Evolutions module

Robesz
  • 1,646
  • 11
  • 13