summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-09-22 19:14:44 +0000
committerivan <ivan>2011-09-22 19:14:44 +0000
commit0689ecf76e4723f43409f7afa17c1882aa4c7b0b (patch)
tree69b7ed0e1393907ae9ee5e00c302c0c052e14108
parent4067729dd523f424e317a707a4fa455230bf6b49 (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 949239d8b..124b1ffa6 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2830,7 +2830,7 @@ sub tables_hashref {
'amaflags', 'int', '', '', 0, '',
'accountcode', 'varchar', '', 20, \"''", '',
'uniqueid', 'varchar', '', $char_d, \"''", '',
- 'userfield', 'varchar', '', 255, \"''", '',
+ 'userfield', 'varchar', '', 512, \"''", '',
'max_callers', 'int', 'NULL', '', '', '',