Migration (Schema) - Definição do Glossário CI/CD
Uma schema migration é um script versionado que altera a estrutura do banco de dados (uma nova coluna, índice ou tabela). As migrations rodam em ordem no CI/CD para que todos os ambientes convirjam para o mesmo schema.
Guias relacionados
ORM - CI/CD Glossary DefinitionAn ORM maps database rows to in-memory objects so developers query in their host language. It speeds work but…
Breaking Change - CI/CD Glossary DefinitionA breaking change forces consumers to update their code or config - a removed API or changed contract - and t…
Transaction Isolation - CI/CD Glossary DefinitionTransaction isolation defines how concurrent transactions see each other’s uncommitted work, from read-uncomm…