Closed cesariouy closed 5 years ago
@gjaldon The failing build for Elixir 1.3.0 has to do with a Postgrex dependency issue (requires ~> 1.3.4 or ~> 1.4), which seems to be affecting other builds as well.
@gjaldon The tests are now passing, could you take a look at this?
@cesariouy I agree with the idea of string-backed enums for use in migrating. Will need to take more time to review though.
Sorry for the bump, but we'd find this feature useful for migrating from a legacy schema (string based field with preset values) as well.
thank's @gjaldon and @cesariouy for the work.
We also need these kind of changes to support string based Enum (for mysql). Any idea of a release date?
Will this PR get merged?
@gjaldon What else do you require for us to get this merged in?
This is stale since we already support string-backed enums after the rewrite
These changes are useful for when a project is in the process of migrating to Postgres enums.
Huge shout-out to @mtwilliams for authoring issue #4 and PR #9! This borrows heavily from his work.