Sha256: 20ea84554fba68c6bc2c456d0bc61b78156158733d70c1b0c088891b404d836a
Contents?: true
Size: 286 Bytes
Versions: 10
Compression:
Stored size: 286 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree (originally 20170522143442) class AddTimeRangeToTaxRate < ActiveRecord::Migration[5.0] def change add_column :spree_tax_rates, :starts_at, :datetime add_column :spree_tax_rates, :expires_at, :datetime end end
Version data entries
10 entries across 10 versions & 2 rubygems