Sha256: d4be845e7c9133ee0c236800fb35c36a51313a8d3ca1524435eed9d7d2eb17e8
Contents?: true
Size: 301 Bytes
Versions: 7
Compression:
Stored size: 301 Bytes
Contents
# This migration comes from spree (originally 20100125145351) class AddTestModeToBillingIntegration < ActiveRecord::Migration def change add_column :billing_integrations, :test_mode, :boolean, :default => true add_column :billing_integrations, :server, :string, :default => 'test' end end
Version data entries
7 entries across 7 versions & 2 rubygems