Skip to content

Releases: peterldowns/pgmigrate

v0.0.6+commit.8b7bf02

31 Mar 19:54
8b7bf02
Compare
Choose a tag to compare
nix: nix flake update

v0.0.6+commit.655a7cf

31 Aug 17:23
655a7cf
Compare
Choose a tag to compare
fix error when absolute path is provied in 'pgmigrate new --migration…

…s' (#2)

A possible fix for #1.
Not sure why we need `filepath.Rel` at all.
`os.WriteFile` works with both absolute and relative paths, so user can
provide either and it should work out of the box.

Smoke test after the fix:
```
 ./main new --migrations $(pwd)/example/migrations
INFO created id=00004_generated path=/Users/vvkh/Projects/pgmigrate/example/migrations/00004_generated.sql

./main new --migrations example/migrations 
INFO created id=00004_generated path=example/migrations/00004_generated.sql
```

v0.0.6+commit.8c550a4

07 Jul 00:34
8c550a4
Compare
Choose a tag to compare
Improve installation instructions.

v0.0.6+commit.4f90829

07 Jul 19:28
4f90829
Compare
Choose a tag to compare
move cli -> cmd/pgmigrate

v0.0.6+commit.ff394a6

06 Jul 21:32
ff394a6
Compare
Choose a tag to compare
Add an example directory

v0.0.6+commit.b4febf4

06 Jul 21:39
b4febf4
Compare
Choose a tag to compare
Stop testing the example

v0.0.6+commit.aeab3ba

06 Jul 21:34
aeab3ba
Compare
Choose a tag to compare
Fix flake sha256

v0.0.6+commit.3cb7b78

06 Jul 21:29
3cb7b78
Compare
Choose a tag to compare
Small improvements

- Allow specifying the dump path in the config file.
- Only quote column names when necessary in schema dumps.

v0.0.6+commit.0dd3f93

06 Jul 21:37
0dd3f93
Compare
Choose a tag to compare
Fix docker build.

v0.0.5+commit.9df4adc

06 Jul 00:01
9df4adc
Compare
Choose a tag to compare
Minor typos.