Skip to content

Commit

Permalink
Update note for add_enum_value - Enum values can be renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
sampatbadhe committed Jun 15, 2023
1 parent 87ab32f commit 79932d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_record_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def up
end
```

NOTE: Enum values can't be dropped or renamed which also means add_enum_value is irreversible. You can read why [here](https://www.postgresql.org/message-id/29F36C7C98AB09499B1A209D48EAA615B7653DBC8A@mail2a.alliedtesting.com).
NOTE: Enum values can't be dropped, which also means add_enum_value is irreversible. You can read why [here](https://www.postgresql.org/message-id/29F36C7C98AB09499B1A209D48EAA615B7653DBC8A@mail2a.alliedtesting.com).

To rename a value you can use `rename_enum_value`:

Expand Down

0 comments on commit 79932d1

Please sign in to comment.