summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-05-31 23:24:52 -0700
committerMark Wells <mark@freeside.biz>2015-05-31 23:24:52 -0700
commit6bc36a712285e9616a00ae38b136d7b8cd6cb58f (patch)
treedd1b6d580ef4c28ac634766acfd5e690388b7c77 /FS/FS/Schema.pm
parent09589754a8926ef064ea1d3d474a0fc3a8590101 (diff)
BroadWorks export, phase 1, #25927
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 5ebab78..2d98963 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -5858,6 +5858,7 @@ sub tables_hashref {
'devicepart', 'serial', '', '', '', '',
'devicename', 'varchar', '', $char_d, '', '',
'inventory_classnum', 'int', 'NULL', '', '', '',
+ 'title', 'varchar', 'NULL', $char_d, '', '',
],
'primary_key' => 'devicepart',
'unique' => [ [ 'devicename' ] ], #?