class RenameLxdHostToHost < ActiveRecord::Migration def change rename_table :lxd_hosts, :hosts end end # vim: set ts=2 sw=2: