Change type of wcf1_background_job.job to MEDIUMBLOB
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 17 Jun 2016 17:22:07 +0000 (19:22 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 17 Jun 2016 17:24:44 +0000 (19:24 +0200)
commitd78617821a61d01d6e2bdebd71a2b099ee153221
tree2e5ea9e8757cb04024122ea350a2683985e34961
parent9051fec68b82533a81386aec2422b8ec2aa490ae
Change type of wcf1_background_job.job to MEDIUMBLOB

When developing naturally some jobs tend to fail due to a bug,
usually one wants to reset the time to allow an immediate execution
once the bug is fixed. With a MEDIUMTEXT column however it is too
easy to accidentally destroy the whole job, as the serialized data
structure contains null bytes that will get mangled when not paying
attention.
wcfsetup/setup/db/install.sql