Sha256: 619b013ecbd5a41b69bd92c107d2c5e41d7ee8a5bd6a0e720244fcff117fec51
Contents?: true
Size: 271 Bytes
Versions: 11
Compression:
Stored size: 271 Bytes
Contents
# This migration comes from spree (originally 20140604135309) class DropCreditCardFirstNameAndLastName < ActiveRecord::Migration def change remove_column :spree_credit_cards, :first_name, :string remove_column :spree_credit_cards, :last_name, :string end end
Version data entries
11 entries across 11 versions & 5 rubygems