Changeset [572860d241c71b1b9e5b0aede42758ab854de0b0] by Guilherme Chapiewski

April 30th, 2009 @ 07:31 PM

#31: Migrations directory is now configured in the config file. Also, refactored to separate all configuration in the 'Config' class. http://github.com/guilhermechapi...

Committed by Guilherme Chapiewski

  • M example/simple-db-migrate.conf
  • M src/db-migrate
  • M src/simple_db_migrate/cli.py
  • M src/simple_db_migrate/core.py
  • M src/simple_db_migrate/helpers.py
  • M src/simple_db_migrate/main.py
  • M src/simple_db_migrate/mysql.py
  • M tests/cli_test.py
  • M tests/core_test.py
  • M tests/helpers_test.py
  • M tests/mysql_test.py
  • M tests/test.py
New-ticket Create new ticket

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/