frioux / DBIx-Class-DeploymentHandler

https://metacpan.org/pod/DBIx::Class::DeploymentHandler
20 stars 25 forks source link

prepare_deploy adds ddl along with yml #39

Open mrenvoize opened 8 years ago

mrenvoize commented 8 years ago

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.