X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=12a4fd5d2d058949be5df85cd5444b3357e3cb5d;hb=4b4b3ca9cb0b7336293b759549b78fc903a7d8c8;hp=bffcafcd5288eb3bd5270197c485ee8cccf2be58;hpb=673b9a458d9138523026963df6fa3b4683e09bae;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index bffcafcd5..12a4fd5d2 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -247,6 +247,7 @@ sub tables_hashref { 'disabled', 'char', 'NULL', 1, 'username', 'varchar', 'NULL', $char_d, '_password','varchar', 'NULL', $char_d, + 'ticketing_queueid', 'int', 'NULL', '', ], 'primary_key' => 'agentnum', 'unique' => [],