Commit bd3cac6f authored by Robert Speicher's avatar Robert Speicher

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

reset namespace columns in migration

See merge request !14089
parents 5e861f23 eac86b3e
......@@ -412,7 +412,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