DBIx-Class-DeploymentHandler icon indicating copy to clipboard operation
DBIx-Class-DeploymentHandler copied to clipboard

prepare_deploy adds ddl along with yml

Open mrenvoize opened this issue 10 years ago • 0 comments

For a ->prepare_upgrade to work correctly, a ->prepare_deploy must be called first.

This creates deploy ddl's along with the yml's which is contrary to good advice regarding using just one deploy (version 1) for installation and walking through the upgrade scripts to yield the requested version.

mrenvoize avatar Nov 05 '15 20:11 mrenvoize