Sha256: d7ef5eb2cdb95d9986b874f795057759a109fe062b3b745e28c96c72ed4e50e8

Contents?: true

Size: 368 Bytes

Versions: 7

Compression:

Stored size: 368 Bytes

Contents

# This migration comes from spree (originally 20091017175558)
class CreateBillingIntegrations < ActiveRecord::Migration
  def change
    create_table :billing_integrations do |t|
      t.string :type, :name
      t.text :description
      t.boolean :active, :default => true
      t.string :environment, :default => 'development'

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
spree_mercado_pago_payment_method-0.0.2 spec/dummy/db/migrate/20121121030148_create_billing_integrations.spree.rb
spree_mercado_pago_payment_method-0.1.1 spec/dummy/db/migrate/20121121030148_create_billing_integrations.spree.rb
spree_mercado_pago_payment_method-0.1.0 spec/dummy/db/migrate/20121121030148_create_billing_integrations.spree.rb
datashift_spree-0.3.0 spec/sandbox/db/migrate/20121023154367_create_billing_integrations.spree.rb
datashift_spree-0.2.1 spec/sandbox/db/migrate/20121015151160_create_billing_integrations.spree.rb
datashift_spree-0.2.0 spec/sandbox/db/migrate/20120925192728_create_billing_integrations.spree.rb
datashift_spree-0.1.0 spec/sandbox/db/migrate/20120918081459_create_billing_integrations.spree.rb