BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
4d63a156
Unverified
Commit
4d63a156
authored
Sep 21, 2016
by
Yorick Peterse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update db/schema.rb per most recent migrations
It seems this wasn't updated properly when migrations were added in a previous commit.
parent
4e7eb309
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
schema.rb
db/schema.rb
+5
-4
No files found.
db/schema.rb
View file @
4d63a156
...
...
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord
::
Schema
.
define
(
version:
201609150
81353
)
do
ActiveRecord
::
Schema
.
define
(
version:
201609150
42921
)
do
# These are extensions that must be enabled in order to support this database
enable_extension
"plpgsql"
...
...
@@ -158,9 +158,9 @@ ActiveRecord::Schema.define(version: 20160915081353) do
t
.
text
"commands"
t
.
integer
"job_id"
t
.
string
"name"
t
.
boolean
"deploy"
,
default:
false
t
.
boolean
"deploy"
,
default:
false
t
.
text
"options"
t
.
boolean
"allow_failure"
,
default:
false
,
null:
false
t
.
boolean
"allow_failure"
,
default:
false
,
null:
false
t
.
string
"stage"
t
.
integer
"trigger_request_id"
t
.
integer
"stage_idx"
...
...
@@ -441,11 +441,11 @@ ActiveRecord::Schema.define(version: 20160915081353) do
create_table
"issue_metrics"
,
force: :cascade
do
|
t
|
t
.
integer
"issue_id"
,
null:
false
t
.
datetime
"first_mentioned_in_commit_at"
t
.
datetime
"first_associated_with_milestone_at"
t
.
datetime
"first_added_to_board_at"
t
.
datetime
"created_at"
,
null:
false
t
.
datetime
"updated_at"
,
null:
false
t
.
datetime
"first_mentioned_in_commit_at"
end
add_index
"issue_metrics"
,
[
"issue_id"
],
name:
"index_issue_metrics"
,
using: :btree
...
...
@@ -602,6 +602,7 @@ ActiveRecord::Schema.define(version: 20160915081353) do
t
.
datetime
"updated_at"
,
null:
false
end
add_index
"merge_request_metrics"
,
[
"first_deployed_to_production_at"
],
name:
"index_merge_request_metrics_on_first_deployed_to_production_at"
,
using: :btree
add_index
"merge_request_metrics"
,
[
"merge_request_id"
],
name:
"index_merge_request_metrics"
,
using: :btree
create_table
"merge_requests"
,
force: :cascade
do
|
t
|
...
...
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