class DeletePasswordFromLxdHosts < ActiveRecord::Migration def change remove_column :lxd_hosts, :password_digest end end # vim: set ts=2 sw=2: