postgres-migrations icon indicating copy to clipboard operation
postgres-migrations copied to clipboard

Check table exists in current search path

Open slifty opened this issue 2 years ago • 2 comments

This PR adds tests to PR #33 which will ultimately fix a bug where schemas are ignored when checking for the presence of a migrations table.

Note: the tests do fail when not using the patched code! Hooray!

Resolves #92

slifty avatar Jul 13 '22 16:07 slifty

We're heading close to the one year anniversary of this PR -- I wanted to check to see if it might be possible to merge in. This bug currently means I can't run tests locally unless I manually destroy my public schema.

slifty avatar Apr 11 '23 18:04 slifty

would be nice to merge it; running into this issue too

ioannist avatar Apr 12 '23 18:04 ioannist