JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix sql typo
authorJason Woofenden <jason@jasonwoof.com>
Thu, 18 Feb 2016 22:03:34 +0000 (17:03 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 18 Feb 2016 22:03:34 +0000 (17:03 -0500)
paypal_ipn.sql

index 4806c35..c246e93 100644 (file)
@@ -3,7 +3,7 @@ create table paypal_ipn (
        id int unique auto_increment,
        txn_id varchar(250) not null default "",
        status varchar(250) not null default "",
        id int unique auto_increment,
        txn_id varchar(250) not null default "",
        status varchar(250) not null default "",
-       ipn_at int(11) not null default 0
+       ipn_at int(11) not null default 0,
        txn_type varchar(100) not null default "",
        subscr_id varchar(100) not null default "",
        custom varchar(250) not null default "",
        txn_type varchar(100) not null default "",
        subscr_id varchar(100) not null default "",
        custom varchar(250) not null default "",