]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/File.pm
Merge branch 'b-3.6.1' into mebil
[kivitendo-erp.git] / SL / DB / File.pm
index 615f8d1346c5024da4032e222bd2e93762a9a035..0405b743a333a1e4fef68142bf7b0416dbf94cfa 100644 (file)
@@ -8,6 +8,14 @@ use strict;
 use SL::DB::MetaSetup::File;
 use SL::DB::Manager::File;
 
+__PACKAGE__->meta->add_relationship(
+  full_text            => {
+    type               => 'one to one',
+    class              => 'SL::DB::FileFullText',
+    column_map         => { id => 'file_id' },
+  },
+);
+
 __PACKAGE__->meta->initialize;