Zalando SE is one of the largest fashion retailers in Europe, relying on hundreds of PostgreSQL databases to support millions of daily transactions. To manage changes to their databases, they use a combination of tools including Sqitch for incremental database changes, Versioning to track database diffs, and in-house tools for data migrations. Their process involves developing database changes as SQL diffs, reviewing and testing them, and deploying them through multiple stages without taking databases offline. This allows new database and API versions to be rolled out while keeping applications running.