summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-03-20 15:25:12 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-03-20 15:25:12 -0500
commit5f4099e52bd894d644c676ea75e1b0cb588393c8 (patch)
tree519323e68cdf0482d6ef3581086e55a81de2c04a /FS/FS/Schema.pm
parentdb11c15281c8cf85c1d1ef7ffa645848cf55abdd (diff)
RT#18834 Cacti integration [phase one, simple but stable]
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 a048d3e..3cdad43 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -4677,6 +4677,7 @@ sub tables_hashref {
'suid', 'int', 'NULL', '', '', '',
'shared_svcnum', 'int', 'NULL', '', '', '',
'serviceid', 'varchar', 'NULL', 64, '', '',#srvexport/reportfields
+ 'cacti_leaf_id', 'int', 'NULL', '', '', '',
],
'primary_key' => 'svcnum',
'unique' => [ [ 'ip_addr' ], [ 'mac_addr' ] ],