Expected database model is inconsistent in real-time
问题 In this question, I was facing an issue where I was writing an update for a deployed application to bring the database up to date with the newer version we are deploying. Basic outline as follows: Began with currently deployed version of application Added new functionality that used existing database Added new database tables and relationships Added new functionality that depended on the new databse structure Testing complete, ready for deployment The issue here is that the currently deployed