paltman-archive / nashvegas

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

Fix bug where migrations succeed but loading initial_data fixture fails #24

Closed paltman closed 12 years ago

paltman commented 13 years ago

The bug is I don't think that should rollback migrations, a failure to load fixtures is independent from migrating schema in my opinion.

In addition, it appears that a failure to load fixtures is returning a 0 error code instead of non-zero thereby prohibiting proper response handling from tools that expect unix-standard behavior.