dirigible
dirigible copied to clipboard
Changes to the model don't have effect on deployed application
Tables in the database are not updated when there are changes to the model.
To Reproduce
- Create a project with edm inside.
- Design some kind of application.
- Deploy it
- Make changes that would effect the database (for example another property inside an entity or changing the length of a property of an entity)
- Redeploy