X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3eb3d1b144adb92e62de08e67dc6ff3d39bf7483..b720e272:/SL/DB/MetaSetup/Buchungsgruppe.pm diff --git a/SL/DB/MetaSetup/Buchungsgruppe.pm b/SL/DB/MetaSetup/Buchungsgruppe.pm index bda9c78bf..55d600c8d 100644 --- a/SL/DB/MetaSetup/Buchungsgruppe.pm +++ b/SL/DB/MetaSetup/Buchungsgruppe.pm @@ -10,15 +10,7 @@ __PACKAGE__->meta->table('buchungsgruppen'); __PACKAGE__->meta->columns( description => { type => 'text' }, - expense_accno_id_0 => { type => 'integer' }, - expense_accno_id_1 => { type => 'integer' }, - expense_accno_id_2 => { type => 'integer' }, - expense_accno_id_3 => { type => 'integer' }, id => { type => 'integer', not_null => 1, sequence => 'id' }, - income_accno_id_0 => { type => 'integer' }, - income_accno_id_1 => { type => 'integer' }, - income_accno_id_2 => { type => 'integer' }, - income_accno_id_3 => { type => 'integer' }, inventory_accno_id => { type => 'integer' }, sortkey => { type => 'integer', not_null => 1 }, );