summaryrefslogtreecommitdiff
path: root/db/migrate/20181120151656_add_token_encrypted_to_ci_runners.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20181120151656_add_token_encrypted_to_ci_runners.rb')
-rw-r--r--db/migrate/20181120151656_add_token_encrypted_to_ci_runners.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20181120151656_add_token_encrypted_to_ci_runners.rb b/db/migrate/20181120151656_add_token_encrypted_to_ci_runners.rb
index 8b990451adc..2270246dfb4 100644
--- a/db/migrate/20181120151656_add_token_encrypted_to_ci_runners.rb
+++ b/db/migrate/20181120151656_add_token_encrypted_to_ci_runners.rb
@@ -6,6 +6,6 @@ class AddTokenEncryptedToCiRunners < ActiveRecord::Migration[4.2]
DOWNTIME = false
def change
- add_column :ci_runners, :token_encrypted, :string
+ add_column :ci_runners, :token_encrypted, :string # rubocop:disable Migration/AddLimitToStringColumns
end
end