From: ivan Date: Sat, 9 Apr 2011 01:19:15 +0000 (+0000) Subject: revert schema change to cdr.uniqueid on 2.1 branch, RT#10992 X-Git-Tag: freeside_2_1_3~331 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=855c22123c78fb7e582058ab736651f293eee57f;p=freeside.git revert schema change to cdr.uniqueid on 2.1 branch, RT#10992 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index d32e112c4..223ed32d5 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2529,7 +2529,7 @@ sub tables_hashref { 'disposition', 'varchar', '', 45, \"''", '', 'amaflags', 'int', '', '', 0, '', 'accountcode', 'varchar', '', 20, \"''", '', - 'uniqueid', 'varchar', '', $char_d, \"''", '', + 'uniqueid', 'varchar', '', 32, \"''", '', 'userfield', 'varchar', '', 255, \"''", '', 'max_callers', 'int', 'NULL', '', '', '',