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
384e6728
Commit
384e6728
authored
Jul 25, 2018
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve db/schema.rb
parent
f4a5bfc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
db/schema.rb
db/schema.rb
+0
-3
No files found.
db/schema.rb
View file @
384e6728
...
...
@@ -2411,7 +2411,6 @@ ActiveRecord::Schema.define(version: 20180722103201) do
t
.
integer
"wikis_count"
,
default:
0
,
null:
false
end
<<<<<<<
HEAD
create_table
"slack_integrations"
,
force: :cascade
do
|
t
|
t
.
integer
"service_id"
,
null:
false
t
.
string
"team_id"
,
null:
false
...
...
@@ -2425,8 +2424,6 @@ ActiveRecord::Schema.define(version: 20180722103201) do
add_index
"slack_integrations"
,
[
"service_id"
],
name:
"index_slack_integrations_on_service_id"
,
using: :btree
add_index
"slack_integrations"
,
[
"team_id"
,
"alias"
],
name:
"index_slack_integrations_on_team_id_and_alias"
,
unique:
true
,
using: :btree
=======
>>>>>>>
upstream
/
master
create_table
"snippets"
,
force: :cascade
do
|
t
|
t
.
string
"title"
t
.
text
"content"
...
...
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