@ -0,0 +1,9 @@
class NameAndUriToStringOnLxdHost < ActiveRecord::Migration
def change
change_table :lxd_hosts do |t|
t.change :name, :string
t.change :uri, :string
end
# vim: set et ts=2 sw=2: