20160419112843_name_and_uri_to_string_on_lxd_host.rb 210 Bytes
class NameAndUriToStringOnLxdHost < ActiveRecord::Migration
  def change
    change_table :lxd_hosts do |t|
      t.change :name, :string
      t.change :uri, :string
    end
  end
end
# vim: set et ts=2 sw=2: