Modifying the database schema is scary. It is hard to roll back the changes if something goes wrong. But it is difficult to avoid necessary refactoring to the database.
The talk is about the Expand/Contract pattern to make significant changes to the application, in a safer and reversible manner.