Changeset [0e33fdac0433c4b4d2abbb8ae108d03e7f57f2af] by Hugo Lopes Tavares
November 3rd, 2010 @ 06:52 PM
changed src package to be simple_db_migrate one - made it easy
to use editable installation
https://github.com/guilhermechapiewski/simple-db-migrate/commit/0e3...
Committed by Hugo Lopes Tavares
- A simple_db_migrate/__init__.py
- A simple_db_migrate/cli.py
- A simple_db_migrate/config.py
- A simple_db_migrate/core/__init__.py
- A simple_db_migrate/core/exceptions.py
- A simple_db_migrate/helpers.py
- A simple_db_migrate/log.py
- A simple_db_migrate/main.py
- A simple_db_migrate/mysql.py
- R src/__init__.py
- R src/cli.py
- R src/config.py
- R src/core/__init__.py
- R src/core/exceptions.py
- R src/helpers.py
- R src/log.py
- R src/main.py
- R src/mysql.py
- M Makefile
- M setup.py
- M tests/cli_test.py
- M tests/config_test.py
- M tests/core/core_test.py
- M tests/helpers_test.py
- M tests/main_test.py
- M tests/mysql_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/