alfasoftware/morf

Upgrade step with description longer than 200 characters fails when run

Closed this issue · 1 comments

The UpgradeAudit table has a 200-character description field. This is populated with the .getDescription() from the UpgradeStep when it is applied. If the description is over 200 characters, this isn't detected until the upgrade step is run and the insert fails.

UpgradeTestHelper is supposed to check this sort of thing.