[freeside-commits] branch master updated. 5a4c466a27c68afd539568b9934856ce1ce8f548

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


The branch, master has been updated
       via  5a4c466a27c68afd539568b9934856ce1ce8f548 (commit)
      from  24593e5c6023af32ee7c48d57fb452e96a5b1eae (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 5a4c466a27c68afd539568b9934856ce1ce8f548
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Aug 29 21:24:13 2017 -0700

    fix upgrade error, RT#77099, RT#76171

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index d7c7452..72079f8 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -6995,7 +6995,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