Sha256: 580ab2d0255b6fcc068000ec3ecefbf4f9fab6fb2c033dbe1932ca8d6cf04471
Contents?: true
Size: 182 Bytes
Versions: 9
Compression:
Stored size: 182 Bytes
Contents
# frozen_string_literal: true class AddCustomerLabelToPromotions < ActiveRecord::Migration[7.0] def change add_column :friendly_promotions, :customer_label, :string end end
Version data entries
9 entries across 9 versions & 1 rubygems