Sha256: 9e717e18c4ed4b498c9d56c4ba494cceb9f2da06ef464e1424c9eb26d4d1ede6
Contents?: true
Size: 400 Bytes
Versions: 48
Compression:
Stored size: 400 Bytes
Contents
class AddPlanTrialGrandfatheredToShops < ActiveRecord::Migration[<%= rails_migration_version %>] def change add_column :shops, :plan_id, :bigint unless column_exists? :shops, :plan_id add_column :shops, :trial_activated_at, :datetime unless column_exists? :shops, :trial_activated_at add_column :shops, :grandfathered, :boolean unless column_exists? :shops, :grandfathered end end
Version data entries
48 entries across 48 versions & 1 rubygems