X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1ed2e6b7bcaba7dbfa5b5c7423cc2314e1b5d13a..2c3ecbd0419d17ac7c7a202d491377e59bea74a1:/SL/DB/MetaSetup/CsvImportReport.pm diff --git a/SL/DB/MetaSetup/CsvImportReport.pm b/SL/DB/MetaSetup/CsvImportReport.pm index 195913212..6b7d29612 100644 --- a/SL/DB/MetaSetup/CsvImportReport.pm +++ b/SL/DB/MetaSetup/CsvImportReport.pm @@ -15,6 +15,7 @@ __PACKAGE__->meta->columns( numrows => { type => 'integer', not_null => 1 }, profile_id => { type => 'integer', not_null => 1 }, session_id => { type => 'text', not_null => 1 }, + test_mode => { type => 'boolean', not_null => 1 }, type => { type => 'text', not_null => 1 }, );