summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-06-13 11:14:22 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-06-13 11:14:22 -0400
commit8a28145d78b44e2f51a5a71dc805bee977ac0738 (patch)
treecfbd06e3df41f8a9e3094f0cd089e3441f5d5db1 /FS/FS/Schema.pm
parent8743bba0dc26684542301b91ee6a9192e893ab9c (diff)
RT# 76171 - Added new svc_circuit field internal_circuit_id, updated label for existing svc_circuit field circuit_id to Provider Circuit ID.
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 086fcff0f..e96e883ea 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -6995,6 +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, '', '',
],
'primary_key' => 'svcnum',
'unique' => [],