From: Steve Sutton Date: Wed, 25 Jan 2017 18:27:19 +0000 (-0500) Subject: Add field to table for setup X-Git-Tag: v1.0.6^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=024d2c13dfffc936a3d7c9963071be5c80999e24;p=WP-Plugins%2FGlmPayments.git Add field to table for setup adding invoice_num text field. --- diff --git a/glm-payments.php b/glm-payments.php index e8da2c6..8c42153 100755 --- a/glm-payments.php +++ b/glm-payments.php @@ -93,6 +93,7 @@ function payment_install() { `comment` text NOT NULL, `status` varchar(255) NOT NULL, `date` datetime NOT NULL, + 'invoice_num' TEXT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1";