Open maennchen opened 6 months ago
When adjusting the search_path of a connection / user, I would expect ecto_enum to respect the given search path.
search_path
ecto_enum
This PR modifies the behavior so that the schema is only explicitly set when the user specifies the option.
When adjusting the
search_path
of a connection / user, I would expectecto_enum
to respect the given search path.This PR modifies the behavior so that the schema is only explicitly set when the user specifies the option.