paltman-archive / nashvegas

Another database migration script runner for Django projects.
http://paltman.github.com/nashvegas
MIT License
97 stars 18 forks source link

comparedb improvements (ignoring, more context, error handling) #52

Closed iivvoo closed 11 years ago

iivvoo commented 11 years ago

I've noticed a couple of issues with nashvegas (comparedb):

Additionally, syncdb is make do work again somewhat using the --skip-migrations flag. This allows comparedb to work (create new database+syncdb) if there are migrations (which cannot be applied before the real syncdb has taken place)