ecto_enum icon indicating copy to clipboard operation
ecto_enum copied to clipboard

allow empty enums

Open tim2CF opened this issue 5 years ago • 0 comments
trafficstars

In some cases in development process we should deal with empty enums. For example if actual business logic is not implemented yet, but we know for sure that there will be enum (which is empty atm). Or otherwise - we remove some values and enum become empty. To make development process smoother I want to support empty enums - in this case if business logic changes somehow, we don't need to modify enum-related code at all.

tim2CF avatar Dec 12 '19 12:12 tim2CF