X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=87bdc26479ab20c1bfdee0f3d295ae3b3fb4999b;hp=181335bdb23c7d8692307fe79839f36c3a03d762;hb=2a96f49fe4d847b711b24862bc5ec062e25d6e88;hpb=b218c7e7a70ab56ae878b8456c61050f80af77f8 diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 181335bdb..87bdc2647 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -549,10 +549,11 @@ sub tables_hashref { 'charged', @money_type, '', '', 'content_pdf', 'blob', 'NULL', '', '', '', 'content_html', 'text', 'NULL', '', '', '', + 'locale', 'varchar', 'NULL', 16, '', '', ], 'primary_key' => 'legacyinvnum', 'unique' => [], - 'index' => [ ['legacyid', 'custnum'], ], + 'index' => [ ['legacyid', 'custnum', 'locale' ], ], }, 'cust_statement' => {