Sha256: 570ea0c63a45006d67b960f65980dad282fbf2e01c82da0a2dda43f5e253f1e5
Contents?: true
Size: 198 Bytes
Versions: 8
Compression:
Stored size: 198 Bytes
Contents
class AddStripeProductIdToStripePlans < ActiveRecord::Migration[5.1] def change add_column :stripe_plans, :stripe_product_id, :string add_index :stripe_plans, :stripe_product_id end end
Version data entries
8 entries across 8 versions & 1 rubygems