Add field to table for setup
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 25 Jan 2017 18:27:19 +0000 (13:27 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 25 Jan 2017 18:27:19 +0000 (13:27 -0500)
adding invoice_num text field.

glm-payments.php

index e8da2c6..8c42153 100755 (executable)
@@ -93,6 +93,7 @@ function payment_install() {
   `comment` text NOT NULL,\r
   `status` varchar(255) NOT NULL,\r
   `date` datetime NOT NULL,\r
+  'invoice_num' TEXT NULL,\r
   PRIMARY KEY (`id`),\r
   UNIQUE KEY `id` (`id`)\r
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1";\r