Revert "Artikel-Klassifizierung"
[kivitendo-erp.git] / SL / DB / MetaSetup / Part.pm
index 7c79e2e..65cd85d 100644 (file)
@@ -12,7 +12,6 @@ __PACKAGE__->meta->columns(
   bin_id             => { type => 'integer' },
   bom                => { type => 'boolean', default => 'false' },
   buchungsgruppen_id => { type => 'integer' },
-  classification_id  => { type => 'integer', default => '0' },
   description        => { type => 'text' },
   drawing            => { type => 'text' },
   ean                => { type => 'text' },
@@ -64,11 +63,6 @@ __PACKAGE__->meta->foreign_keys(
     key_columns => { buchungsgruppen_id => 'id' },
   },
 
-  classification => {
-    class       => 'SL::DB::PartsClassification',
-    key_columns => { classification_id => 'id' },
-  },
-
   partsgroup => {
     class       => 'SL::DB::PartsGroup',
     key_columns => { partsgroup_id => 'id' },