mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-08 14:12:27 -05:00
fix migration
This commit is contained in:
@@ -135,7 +135,7 @@ def upgrade():
|
|||||||
existing_type=sa.VARCHAR(length=255),
|
existing_type=sa.VARCHAR(length=255),
|
||||||
type_=enum_type(UserState),
|
type_=enum_type(UserState),
|
||||||
existing_nullable=True,
|
existing_nullable=True,
|
||||||
postgresql_using=enum_using("user_states", UserState),
|
postgresql_using=enum_using("state", UserState),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user