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
bcf01280
Commit
bcf01280
authored
Dec 05, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in db/schema.rb
parent
f2cde435
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
db/schema.rb
db/schema.rb
+0
-6
No files found.
db/schema.rb
View file @
bcf01280
...
...
@@ -213,11 +213,8 @@ ActiveRecord::Schema.define(version: 20181126153547) do
t
.
integer
"archive_builds_in_seconds"
t
.
string
"commit_email_hostname"
t
.
string
"runners_registration_token_encrypted"
<<<<<<<
.
merge_file_DEFhlJ
t
.
index
[
"custom_project_templates_group_id"
],
name:
"index_application_settings_on_custom_project_templates_group_id"
,
using: :btree
t
.
index
[
"file_template_project_id"
],
name:
"index_application_settings_on_file_template_project_id"
,
using: :btree
=======
>>>>>>>
.
merge_file_pKLiIm
t
.
index
[
"usage_stats_set_by_user_id"
],
name:
"index_application_settings_on_usage_stats_set_by_user_id"
,
using: :btree
end
...
...
@@ -1800,12 +1797,9 @@ ActiveRecord::Schema.define(version: 20181126153547) do
t
.
integer
"plan_id"
t
.
integer
"project_creation_level"
t
.
string
"runners_token"
<<<<<<<
.
merge_file_DEFhlJ
t
.
datetime_with_timezone
"trial_ends_on"
t
.
integer
"file_template_project_id"
t
.
string
"saml_discovery_token"
=======
>>>>>>>
.
merge_file_pKLiIm
t
.
string
"runners_token_encrypted"
t
.
index
[
"created_at"
],
name:
"index_namespaces_on_created_at"
,
using: :btree
t
.
index
[
"file_template_project_id"
],
name:
"index_namespaces_on_file_template_project_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