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
Boxiang Sun
gitlab-ce
Commits
acc70f7d
Commit
acc70f7d
authored
Feb 12, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move pipeline stages background migration in time
parent
14a9c951
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
db/post_migrate/20180212101928_schedule_build_stage_migration.rb
..._migrate/20180212101928_schedule_build_stage_migration.rb
+0
-0
db/schema.rb
db/schema.rb
+1
-1
spec/migrations/schedule_build_stage_migration_spec.rb
spec/migrations/schedule_build_stage_migration_spec.rb
+1
-1
No files found.
db/post_migrate/20180
105
101928_schedule_build_stage_migration.rb
→
db/post_migrate/20180
212
101928_schedule_build_stage_migration.rb
View file @
acc70f7d
File moved
db/schema.rb
View file @
acc70f7d
...
...
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord
::
Schema
.
define
(
version:
201802
06200543
)
do
ActiveRecord
::
Schema
.
define
(
version:
201802
12101928
)
do
# These are extensions that must be enabled in order to support this database
enable_extension
"plpgsql"
...
...
spec/migrations/schedule_build_stage_migration_spec.rb
View file @
acc70f7d
require
'spec_helper'
require
Rails
.
root
.
join
(
'db'
,
'post_migrate'
,
'20180
105
101928_schedule_build_stage_migration'
)
require
Rails
.
root
.
join
(
'db'
,
'post_migrate'
,
'20180
212
101928_schedule_build_stage_migration'
)
describe
ScheduleBuildStageMigration
,
:migration
do
let
(
:projects
)
{
table
(
:projects
)
}
...
...
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