gjaldon / ecto_enum

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

Add schemaless_type function to postgres enums #86

Closed bernardd closed 5 years ago

bernardd commented 5 years ago

Just a trivial little change to allow callers to get the type name without the schema prefix. This is handy for writing ALTER TYPE operations which don't like having the schema included.