1 / 5
The CI pipeline will automatically ___ a migration on every pull request.
-
-
-
-
You run a migration. Run is the precise database collocation; the others are informal or incorrect. So run a migration.
2 / 5
If the new schema causes issues, the team can ___ back the schema to the previous state.
-
-
-
-
You roll back a schema. Roll back is the standard database-migration collocation; the others are informal or incorrect. So roll back a schema.
3 / 5
After the migration, auditors will ___ data integrity across all foreign-key relationships.
-
-
-
-
You validate data integrity. Validate is the precise technical collocation; the others are informal or less specific. So validate data integrity.
4 / 5
The team needed to ___ a two-hour downtime window during the schema change.
-
-
-
-
You plan downtime. Plan is the standard operations collocation; the others are informal or less precise. So plan downtime.
5 / 5
The final step is to ___ a cutover and point all services to the new database.
-
-
-
-
You execute a cutover. Execute is the precise migration collocation; the others are informal or incorrect. So execute a cutover.