Changeset [172d5d0d3a7b8666f3d6d22f8f60f0455e778603] by peter

September 5th, 2011 @ 10:53 PM

Added a configuration property for using UTC time instead of local time when automatically generating script version numbers.

This helps developers collaborating across different timezones to create scripts which maintain proper version order based on when they were created.
https://github.com/guilhermechapiewski/simple-db-migrate/commit/172...

Committed by peter

  • M example/mysql/simple-db-migrate.conf
  • M example/oracle/simple-db-migrate.conf
  • M simple_db_migrate/config.py
  • M simple_db_migrate/core/__init__.py
  • M simple_db_migrate/main.py
  • M tests/config_test.py
  • M tests/core/core_test.py
  • M tests/main_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/