perseas / Pyrseas

Provides utilities for Postgres database schema versioning.
https://perseas.github.io/
BSD 3-Clause "New" or "Revised" License
395 stars 67 forks source link

Issue144 #147

Closed darthunix closed 8 years ago

darthunix commented 8 years ago

A pull request, closing issue144 and closing TODOs in constraint.py.

jmafc commented 8 years ago

@darthunix In future PRs, you may want to aggregate commits, e.g., use git commit --amend when you notice the "ooops" or use git rebase --interactive to squash several commits. Having fewer individual commits also makes it easier to merge changes to other branches.

darthunix commented 8 years ago

Thanks for advice. I promise to read git cookiebook on weekends)