Skip to content

Commit 5974528

Browse files
committed
Add restart_needed field to vms
Sometimes VMs need to be restarted to apply not hotpluggable configuration changes and the user needs to be aware of that. Changes to a VM can be applied through ManageIQ but also by the external the external system This is part of the RFE https://bugzilla.redhat.com/show_bug.cgi?id=1572649
1 parent 181ac0b commit 5974528

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class AddRestartNeededToVms < ActiveRecord::Migration[5.1]
2+
def change
3+
add_column :vms, :restart_needed, :boolean
4+
end
5+
end

0 commit comments

Comments
 (0)