Skip to content

Enum value changes are not detected in sqlite or mysql (non-native enum setting) #329

Description

@sqlalchemy-bot

Migrated issue, originally created by Robert Buchholz (@rbuchholz)

Given a table with a column such as:

            sa.Enum('a', 'b'),

If I change it to

            sa.Enum('a', 'b', 'c'),

there will be no change detected in either MySQL or Sqlite (these two I tried).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions