X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff159a4d47b9a2d10744dcfc23da2c63605c8a32..eeb5375ee7727c956cc357cc8f90b19d1bfe80b9:/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 },