summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorivan <ivan>2009-05-09 00:39:13 +0000
committerivan <ivan>2009-05-09 00:39:13 +0000
commitf920fdb29a19105c9102d29e532f8cbb40dd1171 (patch)
tree0ca481886abeacd7f46a1189cc4dfc99f22414b3 /FS/FS/Schema.pm
parent277ef4d5ea367fa4819fde5bed75ede8e53a7d9d (diff)
add ability to configure service labels per-package (still need to actually use the labels), RT#4081
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 5d5331a..e70a12c 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1268,6 +1268,7 @@ sub tables_hashref {
'columnnum', 'serial', '', '', '', '',
'svcpart', 'int', '', '', '', '',
'columnname', 'varchar', '', 64, '', '',
+ 'columnlabel', 'varchar', 'NULL', $char_d, '', '',
'columnvalue', 'varchar', 'NULL', $char_d, '', '',
'columnflag', 'char', 'NULL', 1, '', '',
],