Skip to content

Commit

Permalink
Merge pull request ManageIQ#168 from sasoc/add-hostname-to-vm
Browse files Browse the repository at this point in the history
Add hostname to Vm
  • Loading branch information
Fryguy authored Feb 26, 2018
2 parents 002725a + ee4da2a commit b67301c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20180215164010_add_hostname_to_vm.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddHostnameToVm < ActiveRecord::Migration[5.0]
def change
add_column :vms, :hostname, :string
end
end

0 comments on commit b67301c

Please sign in to comment.