summaryrefslogtreecommitdiff
path: root/db/post_migrate/20170531203055_cleanup_users_ldap_email_rename.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20170531203055_cleanup_users_ldap_email_rename.rb')
-rw-r--r--db/post_migrate/20170531203055_cleanup_users_ldap_email_rename.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/post_migrate/20170531203055_cleanup_users_ldap_email_rename.rb b/db/post_migrate/20170531203055_cleanup_users_ldap_email_rename.rb
index 15edb402b86..a70e3985005 100644
--- a/db/post_migrate/20170531203055_cleanup_users_ldap_email_rename.rb
+++ b/db/post_migrate/20170531203055_cleanup_users_ldap_email_rename.rb
@@ -10,6 +10,7 @@ class CleanupUsersLdapEmailRename < ActiveRecord::Migration
end
def down
+ # rubocop:disable Migration/UpdateLargeTable
rename_column_concurrently :users, :external_email, :ldap_email
end
end