Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

mp

Compare

MP is a generic migrations architecture for managing migrations between versions of a web application. It can be used to migration database schemas as well as perform arbitary code during upgrades and downgrades. MP includes a command-line utility that makes it easy to run migrations. MP also ... [More] has a PHP API for easy integration into existing frameworks or ORM tools. If you are looking for a lightweight, flexible, and easy-to-use utility to help you manage application and database versioning, MP is for you. [Less]

0
 
  0 reviews  |  1 user  |  944 lines of code  |  1 current contributor  |  Analyzed 12 days ago
 
 

Easily Migrate 1. Have you ever gotten into a failure state on a migration and needed to set the db version manually? A: Why should you login and manually run sql just to do this, now there is a rake task for it. Use db:version:set 2. Have you ever wanted an easy way to migrate to one ... [More] version down? A: db:migrate:down 3. Have you ever wanted to migrate to just one version up? A: db:migrate:up 4. Wanna do an svn up and a db:migrate all at once A: upgrate Installation 1. ./script/plugin install http://easilymigrate.googlecode.com/svn/trunk/easily_migrate Usage Set Version >rake db:version:set VERSON= Migrate Up >rake db:migrate:up Migrate Down >rake db:migrate:down svn up and migrate >rake upgrate Brought to you with love, from DevelopingChris, (http://www.developingchris.com) Copyright (c) 2007 Chris Chandler, released under the MIT license [Less]

0
 
  0 reviews  |  0 users  |  10 lines of code  |  0 current contributors  |  Analyzed 12 minutes ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.