lastland / migrations

0 stars 0 forks source link

Working with git #8

Closed lastland closed 9 years ago

lastland commented 9 years ago

This pull request provides the migration tool with some tools to help users evolving their dbs with git. An example on using these tools can be found in example/tools/git. A document can be found in example/tools/git/README.rst.

This version does NOT include tests, but it DOES include fixes for bugs found after writing some tests. I've written tests which helped me find some bugs when running on Linux, but the tests could not pass on CircleCI (due to "Timed Out"). So I remove the tests and, in the mean time, try to find some way to make the tests pass on CircleCI.

cvogt commented 9 years ago

@lastland Unfortunately haven't found the time to review this. But go ahead and merge.