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
44f783bd
Commit
44f783bd
authored
Mar 28, 2019
by
Patrick Derichs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary disable comments for rubocop
parent
e9d42cbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
ee/db/post_migrate/20180417102933_drop_repository_storage_events_for_geo_events.rb
...17102933_drop_repository_storage_events_for_geo_events.rb
+0
-1
ee/db/post_migrate/20181220165848_update_package_type.rb
ee/db/post_migrate/20181220165848_update_package_type.rb
+0
-1
No files found.
ee/db/post_migrate/20180417102933_drop_repository_storage_events_for_geo_events.rb
View file @
44f783bd
...
...
@@ -29,7 +29,6 @@ class DropRepositoryStorageEventsForGeoEvents < ActiveRecord::Migration[4.2]
private
def
update_repository_storage_path
(
table
)
# rubocop:disable Migration/UpdateColumnInBatches
update_column_in_batches
(
table
,
:repository_storage_path
,
update_statement
)
do
|
t
,
q
|
q
.
where
(
t
[
:repository_storage_path
].
eq
(
nil
))
end
...
...
ee/db/post_migrate/20181220165848_update_package_type.rb
View file @
44f783bd
# frozen_string_literal: true
# rubocop:disable Migration/UpdateColumnInBatches
class
UpdatePackageType
<
ActiveRecord
::
Migration
[
5.0
]
include
Gitlab
::
Database
::
MigrationHelpers
...
...
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