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
Hoping to better support remote/distributed teams. Using utc time when generating script names should reduce naming conflicts and migrations running out of order.
Hoping to better support remote/distributed teams. Using utc time when generating script names should reduce naming conflicts and migrations running out of order.