Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Rename payment_method_token in sql /schema.sql #58
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jun 20, 2012
1 parent 67ffa5b commit ae3f769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CREATE TABLE participants
( id text PRIMARY KEY
, statement text DEFAULT ''

, payment_method_token text DEFAULT NULL
, stripe_customer_id text DEFAULT NULL
, last_bill_result text DEFAULT NULL

, session_token text UNIQUE DEFAULT NULL
Expand Down

0 comments on commit ae3f769

Please sign in to comment.