The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use ORLite::Migrate::Patch;

# Create the META.yml columns
do('alter table dist_weight add column fails integer not null default 0');