X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2ea07c13e111b88478827bf621d41df3eec19dac..f217d072d76183bc07723dcc29503b732bd2022d:/SL/DB/MetaSetup/BackgroundJobHistory.pm diff --git a/SL/DB/MetaSetup/BackgroundJobHistory.pm b/SL/DB/MetaSetup/BackgroundJobHistory.pm index ca784fdc4..5fea4d0da 100644 --- a/SL/DB/MetaSetup/BackgroundJobHistory.pm +++ b/SL/DB/MetaSetup/BackgroundJobHistory.pm @@ -10,6 +10,7 @@ __PACKAGE__->meta->table('background_job_histories'); __PACKAGE__->meta->columns( data => { type => 'text' }, + description => { type => 'text' }, error => { type => 'text', alias => 'error_col' }, id => { type => 'serial', not_null => 1 }, package_name => { type => 'varchar', length => 255 },