Changeset [5bd4e68758fc0f3bda8bd7159c41288b071ca5c7] by Wandenberg Peixoto
April 9th, 2012 @ 11:24 PM
adding support to ms-sql server
https://github.com/guilhermechapiewski/simple-db-migrate/commit/5bd...
Committed by Wandenberg Peixoto
- A example/mssql/20090123195634_create_table_users.migration
- A example/mssql/20090211120001_add_user_age.migration
- A example/mssql/20090211120002_add_user_mother_age.migration
- A example/mssql/20090211120003_create_table_chimps.migration
- A example/mssql/20090228235709_create_table_aleatory.migration
- A example/mssql/simple-db-migrate.conf
- A simple_db_migrate/mssql.py
- A tests/mssql_test.py
- M ChangeLog
- M NOTICE.txt
- M README.textile
- 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/