From 9f46488805e86b1bc341ea1620b866016c2ce5ed Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 20 May 2020 14:34:42 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-0-stable-ee --- db/migrate/20200219105209_add_filepath_to_release_links.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/migrate/20200219105209_add_filepath_to_release_links.rb') 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 -- cgit v1.2.3