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
ccea26aa
Commit
ccea26aa
authored
Jul 10, 2018
by
Dennis Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in schema.rb
parent
0857bc68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
db/schema.rb
db/schema.rb
+0
-5
No files found.
db/schema.rb
View file @
ccea26aa
...
...
@@ -206,7 +206,6 @@ ActiveRecord::Schema.define(version: 20180704204006) do
t
.
string
"encrypted_external_auth_client_key_pass_iv"
t
.
string
"email_additional_text"
t
.
boolean
"enforce_terms"
,
default:
false
<<<<<<<
HEAD
t
.
boolean
"pseudonymizer_enabled"
,
default:
false
,
null:
false
t
.
boolean
"hide_third_party_offers"
,
default:
false
,
null:
false
end
...
...
@@ -226,10 +225,6 @@ ActiveRecord::Schema.define(version: 20180704204006) do
t
.
integer
"group_id"
,
null:
false
t
.
datetime
"created_at"
t
.
datetime
"updated_at"
=======
t
.
boolean
"mirror_available"
,
default:
true
,
null:
false
t
.
boolean
"hide_third_party_offers"
,
default:
false
,
null:
false
>>>>>>>
upstream
/
master
end
add_index
"approver_groups"
,
[
"group_id"
],
name:
"index_approver_groups_on_group_id"
,
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