Commit 4197a0c0 authored by Robert Speicher's avatar Robert Speicher

Merge branch '3356-fix-migrate' into 'master'

reset namespace columns in migration

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/3356

See merge request !2847
parents e3061486 f35dd6ce
......@@ -397,7 +397,6 @@ db:migrate:reset-mysql:
.migration-paths: &migration-paths
<<: *dedicated-runner
<<: *only-canonical-masters
<<: *pull-cache
stage: test
variables:
......
......@@ -18,6 +18,7 @@ class MigrateIssuesToGhostUser < ActiveRecord::Migration
ActiveRecord::Base.clear_cache!
::User.reset_column_information
::Namespace.reset_column_information
end
def up
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment