From: Jason Woofenden Date: Thu, 18 Feb 2016 22:03:34 +0000 (-0500) Subject: fix sql typo X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=b0db682fb10e0e630e1d8ce8e36b6bf6d6a7e424 fix sql typo --- diff --git a/paypal_ipn.sql b/paypal_ipn.sql index 4806c35..c246e93 100644 --- a/paypal_ipn.sql +++ b/paypal_ipn.sql @@ -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 "", - 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 "",