class RemoveNostrPubkeyFromUsers < ActiveRecord::Migration[7.1] def change remove_column :users, :nostr_pubkey, :string end end