Sha256: 6809626e66bfd7fc75ed7677051d022ef008a920751986378cfc5fd1658c6aaa

Contents?: true

Size: 125 Bytes

Versions: 2

Compression:

Stored size: 125 Bytes

Contents

class AddStripeKeyToProjects < ActiveRecord::Migration
  def change
    add_column :projects, :stripe_key, :string
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
catarse_stripe-0.1.0.0.1 db/migrate/20130220030158_add_stripe_key_to_projects.rb
catarse_stripe-0.1.0 db/migrate/20130220030158_add_stripe_key_to_projects.rb