mbryzek / schema-evolution-manager

Schema Evolution Manager makes it very simple for engineers to contribute schema changes to a postgresql database, managing the schema evolutions as proper source code. Schema changes are deployed as gzipped tarballs named with the corresponding git tag.
Apache License 2.0
268 stars 47 forks source link

Use UTC time when generating migrations scripts #57

Closed azrosen92 closed 4 years ago

azrosen92 commented 4 years ago

Hoping to better support remote/distributed teams. Using utc time when generating script names should reduce naming conflicts and migrations running out of order.

mbryzek commented 4 years ago

Tests are being fixed in https://github.com/mbryzek/schema-evolution-manager/pull/58

mbryzek commented 4 years ago

This bug fix has been released in version 0.9.42