Skip to content

Releases: artemeff/pgsql_migration

add new version

13 Oct 05:36
Compare
Choose a tag to compare
  • support legacy error message arity #2
  • use os:timestamp/0 instead of erlang:now/0 #3

0.2.0: add new version

15 Feb 11:00
Compare
Choose a tag to compare
Pre-release
- exec each migration in transaction
- fail rest transactions if previous was failed
- add tests
- migration result now returns:
{ok, [{Version, ok}, {Version, skip}]} or throw error

{Version, ok} - if migration apply
{Version, skip} - if there's no up/down queries in migration

0.1.0: add new version

15 Feb 10:55
Compare
Choose a tag to compare
Pre-release
– add error formatting
– catch sql errors
– apply only pending migrations