X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FAssembly.pm;h=03879518313cb00245397b8dc9945994b9566f3a;hb=4791db863d4fa954318024ea1d79e62572ae2eb1;hp=408eea7af8b6cd624879d7d0a4201ad6d598fbdf;hpb=f9676efea9ccfa01df2a57dca9c45cc8fde0d09e;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Assembly.pm b/SL/DB/MetaSetup/Assembly.pm index 408eea7af..038795183 100644 --- a/SL/DB/MetaSetup/Assembly.pm +++ b/SL/DB/MetaSetup/Assembly.pm @@ -16,14 +16,10 @@ __PACKAGE__->meta->setup( bom => { type => 'boolean' }, itime => { type => 'timestamp', default => 'now()' }, mtime => { type => 'timestamp' }, - variable => { type => 'boolean', default => 'false', not_null => 1, remarks => 'true if this part of the assembly is variable, and can be modified' }, - item_id => { type => 'integer', remarks => 'used to group parts in an assembly for exclusive options' }, assembly_id => { type => 'serial', not_null => 1 }, ], primary_key_columns => [ 'assembly_id' ], - - allow_inline_column_values => 1, ); 1;