Skip to content
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

Inventory Tower Workflow and it's nodes #210

Closed
wants to merge 3 commits into from

Conversation

jameswnl
Copy link
Contributor

@jameswnl jameswnl commented Jun 1, 2018

@@ -0,0 +1,13 @@
class CreateWorkflowNode < ActiveRecord::Migration[5.0]
def change
create_table :workflow_nodes do |t|
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

workflow_nodes is probably too generic for this. I think the name needs to be scoped to the configuration models. Maybe even just something like configuration_workflow_nodes.

@Fryguy

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done prefixing the table with configuration_

@miq-bot
Copy link
Member

miq-bot commented Jun 4, 2018

Checked commits jameswnl/manageiq-schema@ae1b0e5~...47d14fe with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0
1 file checked, 0 offenses detected
Everything looks fine. 🍰

@jameswnl
Copy link
Contributor Author

jameswnl commented Jun 4, 2018

Endup, we don't need to collect workflow_nodes ATM. Closing this.

@jameswnl jameswnl closed this Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants