[freeside-commits] branch FREESIDE_3_BRANCH updated. 007febab237932fb8235cb6cae89904b46e58aa6

Ivan ivan at 420.am
Tue Aug 29 21:24:19 PDT 2017


The branch, FREESIDE_3_BRANCH has been updated
       via  007febab237932fb8235cb6cae89904b46e58aa6 (commit)
      from  f8bd3dcd0423013c16ebe1c60b400a260a9a97fe (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 007febab237932fb8235cb6cae89904b46e58aa6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Aug 29 21:24:17 2017 -0700

    fix upgrade error, RT#77099, RT#76171

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 1d449dc..d032254 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -4791,7 +4791,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