Skip to content

Commit f3ea75f

Browse files
authored
Merge pull request #440 from gekorob/add_restart_needed_to_vms
Add restart_needed field to vms
2 parents 181ac0b + 5974528 commit f3ea75f

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)