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
ac0e46d0
Commit
ac0e46d0
authored
Mar 23, 2020
by
Tiger Watson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-91' into 'master'
Fix migration to have up See merge request gitlab-org/gitlab!27651
parents
5234d51e
154cf915
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db/migrate/20200311141943_insert_ci_pipeline_schedules_plan_limits.rb
...0200311141943_insert_ci_pipeline_schedules_plan_limits.rb
+1
-1
No files found.
db/migrate/20200311141943_insert_ci_pipeline_schedules_plan_limits.rb
View file @
ac0e46d0
...
...
@@ -5,7 +5,7 @@ class InsertCiPipelineSchedulesPlanLimits < ActiveRecord::Migration[6.0]
DOWNTIME
=
false
def
change
def
up
return
unless
Gitlab
.
com?
create_or_update_plan_limit
(
'ci_pipeline_schedules'
,
'free'
,
10
)
...
...
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