This was a very straightforward chapter, most of which I knew already. Here's my one takeaway:
If there's a migration that you want to avoid rolling back, add a:
If there's a migration that you want to avoid rolling back, add a:
def down raise ActiveRecord::IrreversibleMigration end
Isabel likes this.