We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 181ac0b + 5974528 commit f3ea75fCopy full SHA for f3ea75f
db/migrate/20191128111630_add_restart_needed_to_vms.rb
@@ -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