Sha256: 34dd3b891afa93cdb6d7678a3f5d64c502a2d4735fd6cfc27c1f85b8984c142e
Contents?: true
Size: 353 Bytes
Versions: 5
Compression:
Stored size: 353 Bytes
Contents
class AddMeteredInfoToStripePlans < ActiveRecord::Migration[6.0] def change add_column :stripe_plans, :active, :boolean add_column :stripe_plans, :aggregate_usage, :string add_column :stripe_plans, :amount_decimal, :string add_column :stripe_plans, :billing_scheme, :string add_column :stripe_plans, :usage_type, :string end end
Version data entries
5 entries across 5 versions & 1 rubygems