Skip to content

Commit

Permalink
Removing commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Aug 11, 2022
1 parent a54e1fa commit 8727c37
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ def upgrade():
with op.batch_alter_table("build_artifact") as batch_op:
batch_op.alter_column("artifact_type", type_=new_type, existing_type=old_type)

# context = op.get_context()
# if context.get_impl().bind.dialect.name == "postgresql":
# with context.autocommit_block():
# op.execute("ALTER TYPE buildartifacttype ADD VALUE 'CONTAINER_REGISTRY'")


def downgrade():
# harmless to keep extra enum around
Expand Down

0 comments on commit 8727c37

Please sign in to comment.