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
71ebe5b4
Commit
71ebe5b4
authored
Mar 22, 2018
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict on db/schema.rb
parent
d6b41223
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
db/schema.rb
db/schema.rb
+0
-4
No files found.
db/schema.rb
View file @
71ebe5b4
...
@@ -184,7 +184,6 @@ ActiveRecord::Schema.define(version: 20180320182229) do
...
@@ -184,7 +184,6 @@ ActiveRecord::Schema.define(version: 20180320182229) do
t
.
string
"external_authorization_service_url"
t
.
string
"external_authorization_service_url"
t
.
string
"external_authorization_service_default_label"
t
.
string
"external_authorization_service_default_label"
t
.
boolean
"pages_domain_verification_enabled"
,
default:
true
,
null:
false
t
.
boolean
"pages_domain_verification_enabled"
,
default:
true
,
null:
false
<<<<<<<
HEAD
t
.
float
"external_authorization_service_timeout"
,
default:
0.5
,
null:
false
t
.
float
"external_authorization_service_timeout"
,
default:
0.5
,
null:
false
t
.
boolean
"allow_local_requests_from_hooks_and_services"
,
default:
false
,
null:
false
t
.
boolean
"allow_local_requests_from_hooks_and_services"
,
default:
false
,
null:
false
end
end
...
@@ -215,9 +214,6 @@ ActiveRecord::Schema.define(version: 20180320182229) do
...
@@ -215,9 +214,6 @@ ActiveRecord::Schema.define(version: 20180320182229) do
t
.
integer
"user_id"
,
null:
false
t
.
integer
"user_id"
,
null:
false
t
.
datetime
"created_at"
t
.
datetime
"created_at"
t
.
datetime
"updated_at"
t
.
datetime
"updated_at"
=======
t
.
boolean
"allow_local_requests_from_hooks_and_services"
,
default:
false
,
null:
false
>>>>>>>
upstream
/
master
end
end
add_index
"approvers"
,
[
"target_id"
,
"target_type"
],
name:
"index_approvers_on_target_id_and_target_type"
,
using: :btree
add_index
"approvers"
,
[
"target_id"
,
"target_type"
],
name:
"index_approvers_on_target_id_and_target_type"
,
using: :btree
...
...
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