You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the first execution of integration tests, i faced with ERROR: schema "ztest_schema1" already exists.
By adding "DROP EXTENSION IF EXISTS hstore CASCADE;" before creating hstore extension, this problem solved for me. (I think because of failure on creating existing hstore extension this error propagates!)
0 commit comments