Pflichtenheftversionen: Datenbankstruktur zu Pflichtenheften geƤndert
[kivitendo-erp.git] / SL / DB / MetaSetup / RequirementSpec.pm
index 797137a..bb37ba6 100644 (file)
@@ -22,7 +22,6 @@ __PACKAGE__->meta->columns(
   time_estimation         => { type => 'numeric', default => '0', not_null => 1, precision => 2, scale => 12 },
   title                   => { type => 'text', not_null => 1 },
   type_id                 => { type => 'integer' },
-  version_id              => { type => 'integer' },
   working_copy_id         => { type => 'integer' },
 );
 
@@ -51,11 +50,6 @@ __PACKAGE__->meta->foreign_keys(
     key_columns => { type_id => 'id' },
   },
 
-  version => {
-    class       => 'SL::DB::RequirementSpecVersion',
-    key_columns => { version_id => 'id' },
-  },
-
   working_copy => {
     class       => 'SL::DB::RequirementSpec',
     key_columns => { working_copy_id => 'id' },