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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
9b28220f8874c7ab342286e74f0b21895a2dd777
9b28220f8874c7ab342286e74f0b21895a2dd777
Switch branch/tag
gitlab-ce
db
migrate
20151109134526_add_issues_state_index.rb
Find file
Normal view
History
Permalink
20151109134526_add_issues_state_index.rb
105 Bytes
Edit
Web IDE
Newer
Older
Added index on issues.state
Yorick Peterse
committed
9 years ago
1
2
3
4
5
class
AddIssuesStateIndex
<
ActiveRecord
::
Migration
def
change
add_index
:issues
,
:state
end
end