summaryrefslogtreecommitdiff
path: root/db/migrate/20181116141504_add_encrypted_runners_token_to_projects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20181116141504_add_encrypted_runners_token_to_projects.rb')
-rw-r--r--db/migrate/20181116141504_add_encrypted_runners_token_to_projects.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20181116141504_add_encrypted_runners_token_to_projects.rb b/db/migrate/20181116141504_add_encrypted_runners_token_to_projects.rb
index 13cd80e5c8b..3083dff49b8 100644
--- a/db/migrate/20181116141504_add_encrypted_runners_token_to_projects.rb
+++ b/db/migrate/20181116141504_add_encrypted_runners_token_to_projects.rb
@@ -6,6 +6,6 @@ class AddEncryptedRunnersTokenToProjects < ActiveRecord::Migration[4.2]
DOWNTIME = false
def change
- add_column :projects, :runners_token_encrypted, :string
+ add_column :projects, :runners_token_encrypted, :string # rubocop:disable Migration/AddLimitToStringColumns
end
end