]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Buchungsgruppe.pm
Part: long_description in displayable_name umbenannt
[mfinanz.git] / SL / DB / MetaSetup / Buchungsgruppe.pm
index b81fb1295252770b8455a4ec6b944567a06d84ff..55d600c8d16f8399d10dd13fc99c85b2ac7b9c27 100644 (file)
@@ -10,6 +10,7 @@ __PACKAGE__->meta->table('buchungsgruppen');
 
 __PACKAGE__->meta->columns(
   description        => { type => 'text' },
+  id                 => { type => 'integer', not_null => 1, sequence => 'id' },
   inventory_accno_id => { type => 'integer' },
   sortkey            => { type => 'integer', not_null => 1 },
 );