Skip to content

Commit

Permalink
Merge pull request #440 from gekorob/add_restart_needed_to_vms
Browse files Browse the repository at this point in the history
Add restart_needed field to vms
  • Loading branch information
agrare authored Dec 2, 2019
2 parents 181ac0b + 5974528 commit f3ea75f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20191128111630_add_restart_needed_to_vms.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddRestartNeededToVms < ActiveRecord::Migration[5.1]
def change
add_column :vms, :restart_needed, :boolean
end
end

0 comments on commit f3ea75f

Please sign in to comment.