Skip to content

Releases: thiamsantos/ecto_enum_migration

v0.3.4

Choose a tag to compare

@thiamsantos thiamsantos released this 15 Dec 20:09

Migrate to finbits.

v0.3.3

Choose a tag to compare

@thiamsantos thiamsantos released this 21 Jul 21:24
887dd1c

Update add_value_to_type/3 documentation.

v0.3.2

Choose a tag to compare

@thiamsantos thiamsantos released this 01 Mar 00:01

Changed

Fix github links of brainnco organization.

v0.3.1

Choose a tag to compare

@thiamsantos thiamsantos released this 15 Sep 16:48
568e739

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

Choose a tag to compare

@thiamsantos thiamsantos released this 21 Aug 14:21
e5c08eb
Merge pull request #10 from brainn-co/sl-rename-value

Add rename_value/4