dump prune
This will dump the database to an .sql file base on your database config and prune migration files.
output:
.sqlfile in thedatabase/schemadirthis
removes all the migration filesin your local repository
Last updated
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