projects
/
WP-Plugins
/
GlmPayments.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65a8e8a
)
Add field to table for setup
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 25 Jan 2017 18:27:19 +0000
(13:27 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 25 Jan 2017 18:27:19 +0000
(13:27 -0500)
adding invoice_num text field.
glm-payments.php
patch
|
blob
|
history
diff --git
a/glm-payments.php
b/glm-payments.php
index
e8da2c6
..
8c42153
100755
(executable)
--- a/
glm-payments.php
+++ b/
glm-payments.php
@@
-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