pgroll/pkg/state
Andrew Farries d486aabe6a
Fix previous_version function to work with non-public schema (#190)
Fix the `previous_version` function so that it works correctly for
migrations applied in schema other than`public`.

In particular, this meant that the previous version schema would not be
removed on migration completion for migrations applied is schema other
than `public`.

Extend the test that checks the `--schema` flag is respected with the
extra coverage that would have caught this.
2023-10-18 09:00:02 +01:00
..
errors.go License check in github actions (#123) 2023-09-22 10:31:49 +00:00
state_test.go Set project name to pgroll (#124) 2023-09-22 12:50:31 +02:00
state.go Fix previous_version function to work with non-public schema (#190) 2023-10-18 09:00:02 +01:00