From 024d2c13dfffc936a3d7c9963071be5c80999e24 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 25 Jan 2017 13:27:19 -0500 Subject: [PATCH] Add field to table for setup adding invoice_num text field. --- glm-payments.php | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.17.1