Skip to content

Conversation

@markstory
Copy link
Member

Add shim logic to extend support for enum and set column types. There have been a few issues opened about the removal of enum columns from migrations. With these changes migrations can once again generate create table, add column and change column operations for enum columns.

Reflection of enum columns and values has not been added.

Fixes #907
Fixes #895

Add shim logic to extend support for enum and set column types.
There have been a few issues opened about the removal of enum columns
from migrations. With these changes migrations can once again generate
create table, add column and change column operations for enum columns.

Reflection of enum columns and values has not been added.

Fixes #907
Fixes #895
@dereuromark dereuromark merged commit c79c0c3 into 4.next Oct 5, 2025
13 checks passed
@dereuromark dereuromark deleted the add-enum-shim branch October 5, 2025 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants