提交 eac86b3e 编写于 作者: J Jarka Kadlecova

reset namespace columns in migration

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册