Changeset [e750257c6f8ea7a4fbc990c1f28aaf24c9ea75da] by Wandenberg Peixoto
December 23rd, 2010 @ 12:57 PM
Adding parameter force-execute-old-migrations-versions, by
default if current and destination versions are equals nothing will
be done, unless you use this parameter to execute migrations with
version older then the current
https://github.com/guilhermechapiewski/simple-db-migrate/commit/e75...
Committed by Wandenberg Peixoto
- M debian/changelog
- M simple_db_migrate/__init__.py
- M simple_db_migrate/cli.py
- M simple_db_migrate/main.py
- M tests/main_test.py
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
simple-db-migrate is a database migration tool inpired on Rails migrations. For more info check the project website: http://guilhermechapiewski.github.com/simple-db-migrate/