20160428191808_rename_lxd_host_to_host.rb 131 Bytes
class RenameLxdHostToHost < ActiveRecord::Migration
  def change
		rename_table :lxd_hosts, :hosts
  end
end
# vim: set ts=2 sw=2: