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

BEGIN;

ALTER TABLE testrun CHANGE COLUMN created_at created_at TIMESTAMP DEFAULT 'CURRENT_TIMESTAMP';


COMMIT;