Skip to content

Releases: Finbits/ecto_enum_migration

v0.3.4

15 Dec 20:09
Compare
Choose a tag to compare

Migrate to finbits.

v0.3.3

21 Jul 21:24
887dd1c
Compare
Choose a tag to compare

Update add_value_to_type/3 documentation.

v0.3.2

01 Mar 00:01
Compare
Choose a tag to compare

Changed

Fix github links of brainnco organization.

v0.3.1

15 Sep 16:48
568e739
Compare
Choose a tag to compare

Motivation

The previews implementation of the rename_value function demanded special permission in order to alter the pg_catalog.pg_enum table. Albeit this is fine in localhost, it's an issue in production.

Proposed solution

Change the function implementation in order to use the ALTER TYPE available from Postgres 10 onwards and drop the compatibility with previews versions.

v0.3.0

21 Aug 14:21
e5c08eb
Compare
Choose a tag to compare
Merge pull request #10 from brainn-co/sl-rename-value

Add rename_value/4