summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-09-22 19:14:27 +0000
committerivan <ivan>2011-09-22 19:14:27 +0000
commitcffe61b65c1304e5cbb34fba65673c8448113a5f (patch)
tree2e48e5c55172b2cb107b35acc98373be29c9a92e
parent3b6b6ce98cc86c85a6430228acfe1edd3ae62682 (diff)
cdr.userfield larger for vnes, RT#14385
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index b36205c12..76186115b 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2833,7 +2833,7 @@ sub tables_hashref {
'amaflags', 'int', '', '', 0, '',
'accountcode', 'varchar', '', 20, \"''", '',
'uniqueid', 'varchar', '', $char_d, \"''", '',
- 'userfield', 'varchar', '', 255, \"''", '',
+ 'userfield', 'varchar', '', 512, \"''", '',
'max_callers', 'int', 'NULL', '', '', '',