postgres-migrations
postgres-migrations copied to clipboard
Check table exists in current search path
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
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.
would be nice to merge it; running into this issue too