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
Kazuhiko Shiozaki
gitlab-ce
Commits
b1358639
Commit
b1358639
authored
Aug 23, 2013
by
dsekretov
Committed by
Dmitriy Zaporozhets
Aug 25, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 20130419190306_allow_merges_for_forks.rb
Postgress db migrate fails.(5.4=>6.0)
parent
f834385a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
db/migrate/20130419190306_allow_merges_for_forks.rb
db/migrate/20130419190306_allow_merges_for_forks.rb
+2
-1
No files found.
db/migrate/20130419190306_allow_merges_for_forks.rb
View file @
b1358639
class
AllowMergesForForks
<
ActiveRecord
::
Migration
def
self
.
up
add_column
:merge_requests
,
:target_project_id
,
:integer
,
:null
=>
fals
e
add_column
:merge_requests
,
:target_project_id
,
:integer
,
:null
=>
tru
e
MergeRequest
.
update_all
(
"target_project_id = project_id"
)
change_column
:merge_requests
,
:target_project_id
,
:integer
,
:null
=>
false
rename_column
:merge_requests
,
:project_id
,
:source_project_id
end
...
...
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