Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
Migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
pellegrino committed Apr 2, 2012
1 parent 8b333c3 commit e6fb7fc
Showing 1 changed file with 7 additions and 0 deletions.
@@ -0,0 +1,7 @@
# This migration comes from jackpot (originally 20120402183515)
class AddPublicTokenToJackpotPayments < ActiveRecord::Migration
def change
add_column :jackpot_payments, :public_token, :string
add_index :jackpot_payments, :public_token
end
end

0 comments on commit e6fb7fc

Please sign in to comment.