summaryrefslogtreecommitdiff
path: root/db/migrate/20150814065925_remove_oauth_tokens_from_users.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20150814065925_remove_oauth_tokens_from_users.rb')
-rw-r--r--db/migrate/20150814065925_remove_oauth_tokens_from_users.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20150814065925_remove_oauth_tokens_from_users.rb b/db/migrate/20150814065925_remove_oauth_tokens_from_users.rb
index de2078a9268..7eaa7eda311 100644
--- a/db/migrate/20150814065925_remove_oauth_tokens_from_users.rb
+++ b/db/migrate/20150814065925_remove_oauth_tokens_from_users.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class RemoveOauthTokensFromUsers < ActiveRecord::Migration
def change
remove_column :users, :github_access_token, :string