Tabelle assembly bekommt eine Positionsspalte
[kivitendo-erp.git] / SL / DB / MetaSetup / Assembly.pm
index 87ffae6..47eb3cf 100644 (file)
@@ -15,6 +15,7 @@ __PACKAGE__->meta->columns(
   itime       => { type => 'timestamp', default => 'now()' },
   mtime       => { type => 'timestamp' },
   parts_id    => { type => 'integer', not_null => 1 },
+  position    => { type => 'integer' },
   qty         => { type => 'float', scale => 4 },
 );