fix migration

This commit is contained in:
Kenneth Kehl
2025-08-28 13:02:00 -07:00
parent b6dd2add9e
commit efa97a7f79

View File

@@ -135,7 +135,7 @@ def upgrade():
existing_type=sa.VARCHAR(length=255),
type_=enum_type(UserState),
existing_nullable=True,
postgresql_using=enum_using("user_states", UserState),
postgresql_using=enum_using("state", UserState),
)