20160425195446_delete_password_from_lxd_hosts.rb 149 Bytes
class DeletePasswordFromLxdHosts < ActiveRecord::Migration
  def change
		remove_column :lxd_hosts, :password_digest
  end
end
# vim: set ts=2 sw=2: