summaryrefslogtreecommitdiff
path: root/db/migrate/20200219105209_add_filepath_to_release_links.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20200219105209_add_filepath_to_release_links.rb')
-rw-r--r--db/migrate/20200219105209_add_filepath_to_release_links.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20200219105209_add_filepath_to_release_links.rb b/db/migrate/20200219105209_add_filepath_to_release_links.rb
index bcc204c22e8..ba69332fb70 100644
--- a/db/migrate/20200219105209_add_filepath_to_release_links.rb
+++ b/db/migrate/20200219105209_add_filepath_to_release_links.rb
@@ -3,6 +3,6 @@ class AddFilepathToReleaseLinks < ActiveRecord::Migration[6.0]
DOWNTIME = false
def change
- add_column :release_links, :filepath, :string, limit: 128
+ add_column :release_links, :filepath, :string, limit: 128 # rubocop:disable Migration/PreventStrings
end
end