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
5ae6ca4c
Commit
5ae6ca4c
authored
Nov 13, 2017
by
Yorick Peterse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed conflicts in db/schema.rb
parent
64e6a73b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
db/schema.rb
db/schema.rb
+0
-12
No files found.
db/schema.rb
View file @
5ae6ca4c
...
...
@@ -11,11 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
<<<<<<<
HEAD
ActiveRecord
::
Schema
.
define
(
version:
20171107144726
)
do
=======
ActiveRecord
::
Schema
.
define
(
version:
20171106180641
)
do
>>>>>>>
ce
-
com
/
master
# These are extensions that must be enabled in order to support this database
enable_extension
"plpgsql"
...
...
@@ -1123,12 +1119,8 @@ ActiveRecord::Schema.define(version: 20171106180641) do
t
.
string
"state"
t
.
integer
"iid"
t
.
integer
"updated_by_id"
<<<<<<<
HEAD
t
.
integer
"weight"
t
.
boolean
"confidential"
,
default:
false
=======
t
.
boolean
"confidential"
,
default:
false
,
null:
false
>>>>>>>
ce
-
com
/
master
t
.
datetime
"deleted_at"
t
.
date
"due_date"
t
.
integer
"moved_to_id"
...
...
@@ -1137,11 +1129,7 @@ ActiveRecord::Schema.define(version: 20171106180641) do
t
.
text
"description_html"
t
.
integer
"time_estimate"
t
.
integer
"relative_position"
<<<<<<<
HEAD
t
.
datetime
"closed_at"
t
.
string
"service_desk_reply_to"
=======
>>>>>>>
ce
-
com
/
master
t
.
integer
"cached_markdown_version"
t
.
datetime
"last_edited_at"
t
.
integer
"last_edited_by_id"
...
...
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