Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ce07df77
Commit
ce07df77
authored
Aug 23, 2019
by
Brett Walker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable cop Migration/AddLimitToStringColumns
parent
17c312d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
db/migrate/20190219201635_add_asset_proxy_settings.rb
db/migrate/20190219201635_add_asset_proxy_settings.rb
+2
-2
No files found.
db/migrate/20190219201635_add_asset_proxy_settings.rb
View file @
ce07df77
...
...
@@ -8,9 +8,9 @@ class AddAssetProxySettings < ActiveRecord::Migration[5.0]
def
change
add_column
:application_settings
,
:asset_proxy_enabled
,
:boolean
,
default:
false
,
null:
false
add_column
:application_settings
,
:asset_proxy_url
,
:string
add_column
:application_settings
,
:asset_proxy_url
,
:string
# rubocop:disable Migration/AddLimitToStringColumns
add_column
:application_settings
,
:asset_proxy_whitelist
,
:text
add_column
:application_settings
,
:encrypted_asset_proxy_secret_key
,
:text
add_column
:application_settings
,
:encrypted_asset_proxy_secret_key_iv
,
:string
add_column
:application_settings
,
:encrypted_asset_proxy_secret_key_iv
,
:string
# rubocop:disable Migration/AddLimitToStringColumns
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment