Commit eac86b3e authored by Jarka Kadlecova's avatar Jarka Kadlecova

reset namespace columns in migration

parent 86cbf60c
...@@ -412,7 +412,6 @@ db:migrate:reset-mysql: ...@@ -412,7 +412,6 @@ db:migrate:reset-mysql:
.migration-paths: &migration-paths .migration-paths: &migration-paths
<<: *dedicated-runner <<: *dedicated-runner
<<: *only-canonical-masters
<<: *pull-cache <<: *pull-cache
stage: test stage: test
variables: variables:
......
...@@ -18,6 +18,7 @@ class MigrateIssuesToGhostUser < ActiveRecord::Migration ...@@ -18,6 +18,7 @@ class MigrateIssuesToGhostUser < ActiveRecord::Migration
ActiveRecord::Base.clear_cache! ActiveRecord::Base.clear_cache!
::User.reset_column_information ::User.reset_column_information
::Namespace.reset_column_information
end end
def up 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