6 ms·
Schema(or data in a database) in your release N should be compatible with release N-1, so you can revert your code to previous working version with new schema.
by aggrrrh 5y ago
Schema(or data in a database) in your release N should be compatible with release N-1, so you can revert your code to previous working version with new schema. That's the only way to ship new releases without stopping service for maintenance.