dump prune

This will dump the database to an .sql file base on your database config and prune migration files.

  • output: .sql file in the database/schema dir

  • this removes all the migration files in your local repository

Last updated