20160425195446_delete_password_from_lxd_hosts.rb 149 Bytes Raw Blame History Permalink 1 2 3 4 5 6 class DeletePasswordFromLxdHosts < ActiveRecord::Migration def change remove_column :lxd_hosts, :password_digest end end # vim: set ts=2 sw=2: