Sha256: 60a38f3f565ea2b6a5c4001e8340ce8700668717048caa11703186c0a9954f51
Contents?: true
Size: 249 Bytes
Versions: 25
Compression:
Stored size: 249 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree (originally 20160924135758) class RemoveIsDefaultFromPrices < ActiveRecord::Migration[5.0] def change remove_column :spree_prices, :is_default, :boolean, default: true end end
Version data entries
25 entries across 25 versions & 9 rubygems