Sha256: a86314bfc73d6ff579cbf14ab74c803b3023ff74bf222be4d27015301efdc84e

Contents?: true

Size: 119 Bytes

Versions: 2

Compression:

Stored size: 119 Bytes

Contents

class AddStripeKeyToUsers < ActiveRecord::Migration
  def change
    add_column :users, :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/20130217194840_add_stripe_key_to_users.rb
catarse_stripe-0.1.0 db/migrate/20130217194840_add_stripe_key_to_users.rb