gjaldon / ecto_enum

Ecto extension to support enums in models
MIT License
562 stars 131 forks source link

Set schema in type only when specified #121

Open maennchen opened 6 months ago

maennchen commented 6 months ago

When adjusting the search_path of a connection / user, I would expect ecto_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.