Skip to content

Disable touching individual DB migration files in production

Stan Hu requested to merge sh-disable-touch-all-production into master

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.

Relates to gitlab-com/support/toolbox/gitlabsos!51 (comment 676220888)

Edited by Stan Hu

Merge request reports