Where migration frameworks fail
Sunday, March 29th, 2009At work I am using Django for a web-based management interface, using PostgreSQL as the database back-end.
Django does not yet come with a migration framework to evolve the database schema, so I wrote a really simple one, based on Rails migrations.
The system is simple. You put fragments of SQL code in separate text [...]

