All Questions
Tagged with software-updates database-development
1 question
3
votes
3
answers
2k
views
database migration: upgrade schema deployed on client machines
I'm working on an application, which when deployed is installed locally on client machines, and uses a local database server. Stupidly, I didn't plan for schema changes -- and now it needs to change.
...