Skip to content

Commit

Permalink
Create migration to add resource_type row
Browse files Browse the repository at this point in the history
Adds new row
Julian Cheal committed Dec 11, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b744b15 commit 132eca1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddResourceTypeToMiqPolicyAndCondition < ActiveRecord::Migration[5.0]
def change
add_column :miq_policies, :resource_type, :string
add_column :conditions, :resource_type, :string
end
end

0 comments on commit 132eca1

Please sign in to comment.