In the postgres handler automatic indexes are created in schema public, but that fails if your database has setup a different schema for you, and requires you to do everything within that preconfigured schema.
Done: query for indexes in the current schema, and remove "public"
In the postgres handler automatic indexes are created in schema public, but that fails if your database has setup a different schema for you, and requires you to do everything within that preconfigured schema.
Done: query for indexes in the current schema, and remove "public"