LyraLearn AI Learning Platform
Exams
← Back to the lesson
Module 4 Β· Quiz

Migrations in Prod and Raw SQL

1. What is the first step in the pipeline for safely deploying schema changes in production?
2. Why should you never use `Database.Migrate()` on application startup in production?
3. When needing to perform bulk updates or deletes, what is a valid reason to drop to raw SQL?
4. What should be done if a column needs to be renamed in a live table?