Migration (Schema) - CI/CD用語集の定義
スキーマmigrationは、データベースの構造(新しいカラム、インデックス、テーブル)を変更するバージョン管理されたスクリプトです。migrationはCI/CDで順番に実行され、すべての環境が同じスキーマに収束します。
関連ガイド
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…