class RemoveLnLoginFromUsers < ActiveRecord::Migration[7.0] def change remove_column :users, :ln_login_cyphertext end end