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
2dd02c27
Commit
2dd02c27
authored
May 17, 2017
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in `lib/gitlab/database/migration_helpers.rb`
parent
4b2c48e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
lib/gitlab/database/migration_helpers.rb
lib/gitlab/database/migration_helpers.rb
+0
-8
No files found.
lib/gitlab/database/migration_helpers.rb
View file @
2dd02c27
...
...
@@ -283,13 +283,6 @@ module Gitlab
add_column
(
table
,
new
,
new_type
,
limit:
old_col
.
limit
,
<<<<<<<
HEAD
default:
old_col
.
default
,
null:
old_col
.
null
,
precision:
old_col
.
precision
,
scale:
old_col
.
scale
)
=======
precision:
old_col
.
precision
,
scale:
old_col
.
scale
)
...
...
@@ -298,7 +291,6 @@ module Gitlab
# necessary since we copy over old values further down.
change_column_default
(
table
,
new
,
old_col
.
default
)
if
old_col
.
default
>>>>>>>
upstream
/
master
trigger_name
=
rename_trigger_name
(
table
,
old
,
new
)
quoted_table
=
quote_table_name
(
table
)
quoted_old
=
quote_column_name
(
old
)
...
...
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