summaryrefslogtreecommitdiff
path: root/db/migrate/20170825104051_migrate_issues_to_ghost_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170825104051_migrate_issues_to_ghost_user.rb')
-rw-r--r--db/migrate/20170825104051_migrate_issues_to_ghost_user.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20170825104051_migrate_issues_to_ghost_user.rb b/db/migrate/20170825104051_migrate_issues_to_ghost_user.rb
index 294141e4fdb..c5fb5762d61 100644
--- a/db/migrate/20170825104051_migrate_issues_to_ghost_user.rb
+++ b/db/migrate/20170825104051_migrate_issues_to_ghost_user.rb
@@ -18,6 +18,7 @@ class MigrateIssuesToGhostUser < ActiveRecord::Migration
ActiveRecord::Base.clear_cache!
::User.reset_column_information
+ ::Namespace.reset_column_information
end
def up