Skip to content

Commit

Permalink
Remove extra missed Enum (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 authored Oct 27, 2023
1 parent ca0f186 commit fad3112
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def upgrade() -> None:
# To remove those complications, all Enums are only handled application side moving forward.
# This migration exists to ensure that existing users don't run into upgrade issues.
op.alter_column("index_attempt", "status", type_=String)
op.alter_column("connector_credential_pair", "last_attempt_status", type_=String)
op.execute("DROP TYPE IF EXISTS indexingstatus")


Expand Down

1 comment on commit fad3112

@vercel
Copy link

@vercel vercel bot commented on fad3112 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.