Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
8
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-qa-sandbox-group
qa-test-2019-05-06-03-38-42-40f225278db2df81
add-member-project-38ac0d05ff9a6e41
Commits
caebd502
Commit
caebd502
authored
Sep 21, 2015
by
Kamil Trzcinski
Browse files
Don't change db/schema for sessions
parent
3c4eff8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/schema.rb
View file @
caebd502
...
...
@@ -221,7 +221,7 @@ ActiveRecord::Schema.define(version: 20150921081619) do
t
.
datetime
"updated_at"
end
add_index
"sessions"
,
[
"session_id"
],
name:
"index_
ci_
sessions_on_session_id"
,
using: :btree
add_index
"sessions"
,
[
"updated_at"
],
name:
"index_
ci_
sessions_on_updated_at"
,
using: :btree
add_index
"sessions"
,
[
"session_id"
],
name:
"index_sessions_on_session_id"
,
using: :btree
add_index
"sessions"
,
[
"updated_at"
],
name:
"index_sessions_on_updated_at"
,
using: :btree
end
Write
Preview
Supports
Markdown
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