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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
b5bffbd4
Commit
b5bffbd4
authored
May 15, 2017
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to post_migrate and use update_column_in_batches
parent
dbd034b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
db/post_migrate/20170502070007_enable_auto_cancel_pending_pipelines_for_all.rb
...502070007_enable_auto_cancel_pending_pipelines_for_all.rb
+1
-2
No files found.
db/migrate/20170502070007_enable_auto_cancel_pending_pipelines_for_all.rb
→
db/
post_
migrate/20170502070007_enable_auto_cancel_pending_pipelines_for_all.rb
View file @
b5bffbd4
...
...
@@ -4,8 +4,7 @@ class EnableAutoCancelPendingPipelinesForAll < ActiveRecord::Migration
DOWNTIME
=
false
def
up
connection
.
execute
(
'UPDATE projects SET auto_cancel_pending_pipelines = 1'
)
update_column_in_batches
(
:projects
,
:auto_cancel_pending_pipelines
,
1
)
end
def
down
...
...
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