X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/3eb3d1b144adb92e62de08e67dc6ff3d39bf7483..490b0f017ff3f88b192444eda0a46eb84bb1c478:/SL/DB/MetaSetup/BankAccount.pm diff --git a/SL/DB/MetaSetup/BankAccount.pm b/SL/DB/MetaSetup/BankAccount.pm index d8be5aacf..8057f44ac 100644 --- a/SL/DB/MetaSetup/BankAccount.pm +++ b/SL/DB/MetaSetup/BankAccount.pm @@ -16,6 +16,7 @@ __PACKAGE__->meta->columns( chart_id => { type => 'integer', not_null => 1 }, iban => { type => 'varchar', length => 100 }, id => { type => 'integer', not_null => 1, sequence => 'id' }, + name => { type => 'text' }, ); __PACKAGE__->meta->primary_key_columns([ 'id' ]);