]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Buchungsgruppe.pm
Fehlende Fremdschlüssel für buchungsgruppen.inventory_accno_id ergänzt
[mfinanz.git] / SL / DB / MetaSetup / Buchungsgruppe.pm
index b81fb1295252770b8455a4ec6b944567a06d84ff..fde083ab311cda9f8efe7a99d77cc3f4ca64d7e4 100644 (file)
@@ -4,12 +4,13 @@ package SL::DB::Buchungsgruppe;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __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 },
 );