[freeside-commits] branch FREESIDE_3_BRANCH updated. 43dcceb2c6bfe6a82fa4c5704a379f80063219c9
Mark Wells
mark at 420.am
Fri Jun 27 13:20:05 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 43dcceb2c6bfe6a82fa4c5704a379f80063219c9 (commit)
from acc311a412cd8660572eb6de6712a1e0b2768ec1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 43dcceb2c6bfe6a82fa4c5704a379f80063219c9
Author: Mark Wells <mark at freeside.biz>
Date: Fri Jun 27 13:18:23 2014 -0700
fix typo in schema change, #14049
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 4ad9cec..b70b351 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -4569,7 +4569,7 @@ sub tables_hashref {
'itemnum', 'serial', '', '', '', '',
'batchnum', 'int', '', '', '', '',
'svcnum', 'int', '', '', '', '',
- 'action', 'varchar', 32, '', '', '',
+ 'action', 'varchar', '', 32, '', '',
'data', 'text', 'NULL', '', '', '',
'frozen', 'char', 'NULL', 1, '', '',
],
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Schema.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list