[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#913792: ITP: ruby-data-migrate -- migrate data alongside schema changes for rake tasks



Package: wnpp
Severity: wishlist
Owner: =?utf-8?b?QW5kcmV3IExlZSAo5p2O5YGl56eLKQ==?= <ajqlee@debian.org>

* Package name    : ruby-data-migrate
  Version         : 3.2.2
  Upstream Author : Ilya Katz <ilyakatz@gmail.com>
* URL             : https://github.com/ilyakatz/data-migrate
* License         : Expat
  Programming Lang: Ruby
  Description     : migrate data alongside schema changes for rake tasks

This data_migrate gem provides data migrations alongside schema
migrations for rake tasks.
.
Data migrations are stored in db/data. They act like schema migrations,
except they should be reserved for data migrations.
.
For instance, if you realize you need to titleize all yours titles,
this is the place to do it. Running any of the provided rake tasks
also creates a data schema table to mirror the usual schema migrations
table to track all the goodness.

- This is required in open-build-service 2.9.


Reply to: