MetaSetup: Folgerun um die Foreign Keys umzudrehen
[kivitendo-erp.git] / SL / DB / MetaSetup / Printer.pm
index 739be1d..f093e5b 100644 (file)
@@ -17,14 +17,6 @@ __PACKAGE__->meta->columns(
 
 __PACKAGE__->meta->primary_key_columns([ 'id' ]);
 
-__PACKAGE__->meta->relationships(
-  periodic_invoices_configs => {
-    class      => 'SL::DB::PeriodicInvoicesConfig',
-    column_map => { id => 'printer_id' },
-    type       => 'one to many',
-  },
-);
-
 # __PACKAGE__->meta->initialize;
 
 1;