prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Migrations helper #39

Closed codeliner closed 9 years ago

codeliner commented 9 years ago

Provide migrations helpers that take a Doctrine\Schema\Schema instance as argument and add required tables to it. See the bernard MessagesSchema class as an example.

codeliner commented 9 years ago

Migrations helper are provided by proophessor and processing. prooph LINK ships with migration scripts which internally use the schema tools and also set up the read model. Currently we don't need to support more than that.