[freeside-commits] branch master updated. 244d885992a061cd04765e0faf41d3185c582d75
Mark Wells
mark at 420.am
Fri Jun 27 13:20:05 PDT 2014
The branch, master has been updated
via 244d885992a061cd04765e0faf41d3185c582d75 (commit)
from fa978560e3b0473728ebf2fb32625765465c230a (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 244d885992a061cd04765e0faf41d3185c582d75
Author: Mark Wells <mark at freeside.biz>
Date: Fri Jun 27 13:19:57 2014 -0700
fix typo in schema change, #14049
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 387f508..ea4e2c2 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -6616,7 +6616,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