]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/BackgroundJob.pm
Merge branch 'master' of http://wagnertech.de/git/mfinanz
[mfinanz.git] / SL / DB / MetaSetup / BackgroundJob.pm
index ce2ed7e1fa43124f4bc112b4a814360b8aa43c5d..81b175e257698eb54460c692d533799c32bfe724 100644 (file)
@@ -12,6 +12,7 @@ __PACKAGE__->meta->columns(
   active       => { type => 'boolean' },
   cron_spec    => { type => 'varchar', length => 255 },
   data         => { type => 'text' },
+  description  => { type => 'text' },
   id           => { type => 'serial', not_null => 1 },
   last_run_at  => { type => 'timestamp' },
   next_run_at  => { type => 'timestamp' },