]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Default.pm
Auth: Unterstützung für multiple Authentifizierungsbackends
[mfinanz.git] / SL / DB / MetaSetup / Default.pm
index c0f6a44111cd62b7971b4d5c5312dedb08c54b9c..e588b3aeb8a32906ba18f1dafedaaf59ad0db9ef 100644 (file)
@@ -167,6 +167,7 @@ __PACKAGE__->meta->columns(
   webdav                                    => { type => 'boolean', default => 'false' },
   webdav_documents                          => { type => 'boolean', default => 'false' },
   weightunit                                => { type => 'varchar', length => 5 },
+  workflow_po_ap_chart_id                   => { type => 'integer' },
 );
 
 __PACKAGE__->meta->primary_key_columns([ 'id' ]);