Closed DanAndreasson closed 6 years ago
In the example migration to add another value to the type it crashes if you migrate, rollback and then migrate again. Added a IF NOT EXISTS which was introduced in postgres 9.3 to prevent that from happening.
IF NOT EXISTS
Thanks @DanAndreasson! 👍
In the example migration to add another value to the type it crashes if you migrate, rollback and then migrate again. Added a
IF NOT EXISTS
which was introduced in postgres 9.3 to prevent that from happening.