X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/71f33f59bd3bfba9387fead69a4d707080842e17..eb58f1087cd0cab8ba186b5dad150d98ca3ecd2b:/SL/DB/MetaSetup/SepaExport.pm diff --git a/SL/DB/MetaSetup/SepaExport.pm b/SL/DB/MetaSetup/SepaExport.pm index 943121ad4..da0981799 100644 --- a/SL/DB/MetaSetup/SepaExport.pm +++ b/SL/DB/MetaSetup/SepaExport.pm @@ -15,6 +15,7 @@ __PACKAGE__->meta->setup( executed => { type => 'boolean', default => 'false' }, closed => { type => 'boolean', default => 'false' }, itime => { type => 'timestamp', default => 'now()' }, + vc => { type => 'varchar', length => 10 }, ], primary_key_columns => [ 'id' ],