-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add internal attribute to service template #17781
Add internal attribute to service template #17781
Conversation
194b3de
to
34da8f1
Compare
@bzwei @gmcculloug Please review. |
@hsong-rh Since this is upstream, can you remove the upstream wording from your commit and PR title as they make no sense. |
34da8f1
to
28ee034
Compare
@Fryguy Words removed. |
Checked commit hsong-rh@28ee034 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@gmcculloug Schema PR was merged, build passed. Please merge. Thanks. |
@hsong-rh @gmcculloug @bzwei I think I found a bug. which boolean value means
it is not considering NULL values because of so-called or NULL values should be covered by sql migration ? thanks! |
@lpichler We shouldn't have the case of |
@hsong-rh No, type is nil. And it is possible because of internal column has been added but in this case you have to set false value in migration to cover also other |
@lpichler I were aware of this
|
@lpichler the default value is set using https://github.com/ManageIQ/manageiq/blob/master/app/models/service_template.rb#L73 |
Add
internal
attribute to service template table.Depend on PR: ManageIQ/manageiq-schema#238
https://bugzilla.redhat.com/show_bug.cgi?id=1594408