[freeside-commits] branch FREESIDE_4_BRANCH updated. 7076cfd66dbb71b1577166f75875c091e6a67099
Ivan
ivan at 420.am
Tue Aug 29 21:24:17 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via 7076cfd66dbb71b1577166f75875c091e6a67099 (commit)
from 84c4fc3031832fa54473cc938c6254b045d8a78c (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 7076cfd66dbb71b1577166f75875c091e6a67099
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Aug 29 21:24:15 2017 -0700
fix upgrade error, RT#77099, RT#76171
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index b3ef409..990bfde 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -6968,7 +6968,7 @@ sub tables_hashref {
'vendor_order_status', 'varchar', 'NULL', $char_d, '', '',
'endpoint_ip_addr', 'varchar', 'NULL', 40, '', '',
'endpoint_mac_addr', 'varchar', 'NULL', 12, '', '',
- 'internal_circuit_id', 'varchar', '', 64, '', '',
+ 'internal_circuit_id', 'varchar', 'NULL', 64, '', '',
],
'primary_key' => 'svcnum',
'unique' => [],
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Schema.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list