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
4c618cf3
Commit
4c618cf3
authored
Aug 24, 2018
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in db/schema.rb
parent
df98dc80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
db/schema.rb
db/schema.rb
+1
-4
No files found.
db/schema.rb
View file @
4c618cf3
...
...
@@ -1559,12 +1559,9 @@ ActiveRecord::Schema.define(version: 20180816193530) do
add_index
"lists"
,
[
"board_id"
,
"label_id"
],
name:
"index_lists_on_board_id_and_label_id"
,
unique:
true
,
using: :btree
add_index
"lists"
,
[
"label_id"
],
name:
"index_lists_on_label_id"
,
using: :btree
<<<<<<<
HEAD
add_index
"lists"
,
[
"list_type"
],
name:
"index_lists_on_list_type"
,
using: :btree
add_index
"lists"
,
[
"milestone_id"
],
name:
"index_lists_on_milestone_id"
,
using: :btree
add_index
"lists"
,
[
"user_id"
],
name:
"index_lists_on_user_id"
,
using: :btree
=======
add_index
"lists"
,
[
"list_type"
],
name:
"index_lists_on_list_type"
,
using: :btree
>>>>>>>
upstream
/
master
create_table
"members"
,
force: :cascade
do
|
t
|
t
.
integer
"access_level"
,
null:
false
...
...
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