Skip to content

Commit

Permalink
Rename MiqSchedule#towhat to #resource_type
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Jul 20, 2018
1 parent 6a23fc1 commit 950cfee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20180606201908_rename_towhat_to_resource_type.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RenameTowhatToResourceType < ActiveRecord::Migration[5.0]
def change
rename_column :miq_schedules, :towhat, :resource_type
end
end

0 comments on commit 950cfee

Please sign in to comment.