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
f7600650
Commit
f7600650
authored
Nov 12, 2021
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The model only exists in EE
parent
7f9a6419
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
db/post_migrate/20211102114802_update_vulnerability_occurrences_location.rb
...211102114802_update_vulnerability_occurrences_location.rb
+2
-0
No files found.
db/post_migrate/20211102114802_update_vulnerability_occurrences_location.rb
View file @
f7600650
...
...
@@ -8,6 +8,8 @@ class UpdateVulnerabilityOccurrencesLocation < Gitlab::Database::Migration[1.0]
disable_ddl_transaction!
def
up
return
unless
Gitlab
.
ee?
relation
=
Gitlab
::
BackgroundMigration
::
UpdateVulnerabilityOccurrencesLocation
::
Occurrence
.
where
(
location:
nil
)
queue_background_migration_jobs_by_range_at_intervals
(
relation
,
MIGRATION_NAME
,
...
...
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