20160428191808_rename_lxd_host_to_host.rb 131 Bytes Raw Blame History Permalink 1 2 3 4 5 6 class RenameLxdHostToHost < ActiveRecord::Migration def change rename_table :lxd_hosts, :hosts end end # vim: set ts=2 sw=2: