Disable touching individual DB migration files in production
We shouldn't be migrating the individual DB files in production mode. These files should be already created in development/test mode, and the user may not have permission to update these files during a `db:schema:dump` Rake task.
Showing
Please register or sign in to comment