summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-01 02:45:28 +0000
committerjeff <jeff>2007-04-01 02:45:28 +0000
commit8a507f43bfa5c5232b5babfbbf82ac5de5702add (patch)
treedd11d74323ec8c510ce21ea4a477bdd15fc9f628 /FS/FS/Schema.pm
parentb4060ee8879f433c3cdd4a2b6bef55f136863a5f (diff)
quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www
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 84078fad8..e0fef9126 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -940,6 +940,7 @@ sub tables_hashref {
'svcnum', 'int', '', '', '', '',
'recnum', 'int', '', '', '', '',
'usersvc', 'int', '', '', '', '',
+ 'config', 'text', 'NULL', '', '', '',
],
'primary_key' => 'svcnum',
'unique' => [],