This document summarizes a presentation about database source control and migrations. It discusses the benefits of putting databases under source control using a tool like Flyway to manage database migrations. Flyway allows tracking the state of a database through migrations stored as versioned SQL scripts. This brings databases into continuous integration and delivery workflows. It also addresses challenges in managing branches, script expiration, dependencies between databases and applications, and providing disposable developer environments.