X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FSepaExport.pm;h=da0981799cede753964cf8f9e4da664b9c1877e2;hb=45a48bed7aaf0e695a92a4c0bb444de715637183;hp=943121ad4e821d8174d48e749a2c7f29bd12adb9;hpb=6cf3f7762efd40bee49a2b8f11bb4ab6915d9071;p=kivitendo-erp.git 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' ],