cpitman / puppet-database_schema

Puppet module for managing database schema migrations
MIT License
1 stars 5 forks source link

Small bug fix and version targetting #1

Closed geekygnr closed 9 years ago

geekygnr commented 9 years ago

Hello,

I am using your module to manage the database of one of my applications.

While working with it there were a couple of modifications I needed to made that I think are worth sharing. The first is a bug fix, when I tried to manage more than one database on a server it produced an error because of the hash of title.

The second is a very rough implementation of targetting what version to migrate to.

cpitman commented 9 years ago

Awesome, looks good to me! Can you update the documentation for the ensure parameter to include how to use it for specific versions?

geekygnr commented 9 years ago

Probably should have done those two commits at once but to be honest I forgot about the readme.