Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1477822 Details for
Bug 1545068
possibly missing index at host_classes table
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
index migration
20180822080558_add_index_to_host_classes.rb (text/plain), 248 bytes, created by
Ondřej Pražák
on 2018-08-22 08:53:25 UTC
(
hide
)
Description:
index migration
Filename:
MIME Type:
Creator:
Ondřej Pražák
Created:
2018-08-22 08:53:25 UTC
Size:
248 bytes
patch
obsolete
>class AddIndexToHostClasses < ActiveRecord::Migration[5.1] > def up > add_index :host_classes, [:host_id, :puppetclass_id], :name => 'host_puppetclass_index' > end > > def down > remove_index :host_classes, [:host_id, :puppetclass_id] > end >end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1545068
: 1477822