#1423: Make it possible to paramerize migration scripts
-----------------------------------+----------------------------------------
Reporter: lsmith | Owner: jwage
Type: defect | Status: new
Priority: minor | Milestone:
Component: Attributes | Version: 1.0
Keywords: | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 0
-----------------------------------+----------------------------------------
One of the key challenge there is that my migrations will require
parameterization, since the project requires that certain configuration is
written to the database which depends on auto generated id's which will be
different on each server. As such I will need to support a "two pass"
approach. In the first pass I check if all parameters have been configured
yet and the second I will do the actual execution.
--
Ticket URL: <
http://trac.doctrine-project.org/ticket/1423>
Doctrine <
http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper