Changeset [b6d3696a6f0708218b97547bd91348aef06b0954] by Wandenberg
January 29th, 2017 @ 05:27 PM
make code compatible and tests run under python3.6
https://github.com/guilhermechapiewski/simple-db-migrate/commit/b6d...
Committed by Wandenberg
- M setup.py
- M simple_db_migrate/config.py
- M simple_db_migrate/core/__init__.py
- M simple_db_migrate/core/exceptions.py
- M simple_db_migrate/helpers.py
- M simple_db_migrate/main.py
- M simple_db_migrate/mssql.py
- M simple_db_migrate/mysql.py
- M simple_db_migrate/oracle.py
- M tests/__init__.py
- M tests/cli_test.py
- M tests/config_test.py
- M tests/core_test.py
- M tests/helpers_test.py
- M tests/log_test.py
- M tests/main_test.py
- M tests/mssql_test.py
- M tests/mysql_test.py
- M tests/oracle_test.py
- M tests/run_test.py
- M tox.ini
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/