[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Version control for databases

From: Richard Jolly <richardjolly_at_mac.com>
Date: 2006-05-24 22:41:06 CEST

On 15 May 2006, at 21:59, Baz wrote:

> Our scheme is somewhat similar to jamie's, with directories full of
> sequential patch scripts (organized by release instead of by date)

Another similar approach, but with some automation, is the perl module
DBIx::Migration:

   http://search.cpan.org/search?query=dbix+migration

Again, it has symmetrical pairs of sql file to apply or revert a change
to the schema. Additionally it adds a table to the db so that the db
can report which version it is at.

Richard

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 25 19:08:48 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.