The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
-- Convert schema 'upgrades/Tapper-Schema-ReportsDB-2.010012-MySQL.sql' to 'Tapper::Schema::ReportsDB v2.010013':

BEGIN;

ALTER TABLE reportfile ADD COLUMN contenttype VARCHAR(255) DEFAULT '';
ALTER TABLE reportsection CHANGE COLUMN language_description language_description text;

COMMIT;