Skip to content

Commit

Permalink
chore: rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Oct 3, 2024
1 parent 5b5c1d8 commit 8b699b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def insert_registry_id_to_images() -> None:
)


def insert_registry_id_to_images_with_no_project() -> None:
def insert_registry_id_to_images_with_black_registry_id() -> None:
db_connection = op.get_bind()
ContainerRegistryRow = get_container_registry_row_schema()

Expand Down Expand Up @@ -452,7 +452,7 @@ def upgrade():
)

insert_registry_id_to_images()
insert_registry_id_to_images_with_no_project()
insert_registry_id_to_images_with_black_registry_id()
delete_old_etcd_container_registries()

op.alter_column("images", "registry_id", nullable=False)
Expand Down

0 comments on commit 8b699b7

Please sign in to comment.