reset namespace columns in migration

This commit is contained in:
Jarka Kadlecova 2017-09-06 16:15:27 +02:00
parent 86cbf60cbb
commit eac86b3e5f
2 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,6 @@ db:migrate:reset-mysql:
.migration-paths: &migration-paths
<<: *dedicated-runner
<<: *only-canonical-masters
<<: *pull-cache
stage: test
variables:

View File

@ -18,6 +18,7 @@ class MigrateIssuesToGhostUser < ActiveRecord::Migration
ActiveRecord::Base.clear_cache!
::User.reset_column_information
::Namespace.reset_column_information
end
def up