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
1a526645
Commit
1a526645
authored
May 04, 2018
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts in `db/schema.rb`
parent
99670742
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
db/schema.rb
db/schema.rb
+0
-10
No files found.
db/schema.rb
View file @
1a526645
...
@@ -53,12 +53,6 @@ ActiveRecord::Schema.define(version: 20180503150427) do
...
@@ -53,12 +53,6 @@ ActiveRecord::Schema.define(version: 20180503150427) do
t
.
text
"terms_html"
t
.
text
"terms_html"
end
end
create_table
"application_setting_terms"
,
force: :cascade
do
|
t
|
t
.
integer
"cached_markdown_version"
t
.
text
"terms"
,
null:
false
t
.
text
"terms_html"
end
create_table
"application_settings"
,
force: :cascade
do
|
t
|
create_table
"application_settings"
,
force: :cascade
do
|
t
|
t
.
integer
"default_projects_limit"
t
.
integer
"default_projects_limit"
t
.
boolean
"signup_enabled"
t
.
boolean
"signup_enabled"
...
@@ -204,7 +198,6 @@ ActiveRecord::Schema.define(version: 20180503150427) do
...
@@ -204,7 +198,6 @@ ActiveRecord::Schema.define(version: 20180503150427) do
t
.
boolean
"pages_domain_verification_enabled"
,
default:
true
,
null:
false
t
.
boolean
"pages_domain_verification_enabled"
,
default:
true
,
null:
false
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
<<<<<<<
HEAD
t
.
text
"external_auth_client_cert"
t
.
text
"external_auth_client_cert"
t
.
text
"encrypted_external_auth_client_key"
t
.
text
"encrypted_external_auth_client_key"
t
.
string
"encrypted_external_auth_client_key_iv"
t
.
string
"encrypted_external_auth_client_key_iv"
...
@@ -229,9 +222,6 @@ ActiveRecord::Schema.define(version: 20180503150427) do
...
@@ -229,9 +222,6 @@ ActiveRecord::Schema.define(version: 20180503150427) do
t
.
integer
"group_id"
,
null:
false
t
.
integer
"group_id"
,
null:
false
t
.
datetime
"created_at"
t
.
datetime
"created_at"
t
.
datetime
"updated_at"
t
.
datetime
"updated_at"
=======
t
.
boolean
"enforce_terms"
,
default:
false
>>>>>>>
upstream
/
master
end
end
add_index
"approver_groups"
,
[
"group_id"
],
name:
"index_approver_groups_on_group_id"
,
using: :btree
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