Skip to content

Commit

Permalink
Regenerate the Anitya related models migration (#2500)
Browse files Browse the repository at this point in the history
Regenerate the Anitya related models migration

While the PR was open, there was a new alembic migration causing now a conflict.

Reviewed-by: Maja Massarini
Reviewed-by: Nikola Forró
  • Loading branch information
softwarefactory-project-zuul[bot] authored Aug 13, 2024
2 parents 30964bf + 1e6afc3 commit 9a79d53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ compose-for-db-up:
# run alembic revision through another service pod
# run processes as *local host user* inside the pod
# preserve *local host user* files' uid inside the pod
# See CONTRIBUTING.md#database
# See docs/database/README.md
migrate-db: compose-for-db-up
sleep 10 # service pod have to be up and running "alembic upgrade head"
podman run --rm -ti --user $(MY_ID) --uidmap=$(MY_ID):0:1 --uidmap=0:1:999 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Add Anitya related models
Revision ID: b43ff6137622
Revises: 64a51b961c28
Create Date: 2024-08-01 10:37:55.286362
Revision ID: fd785af95c19
Revises: 2fdbdcd581f5
Create Date: 2024-08-13 13:02:24.370985
"""

Expand All @@ -11,8 +11,8 @@


# revision identifiers, used by Alembic.
revision = "b43ff6137622"
down_revision = "64a51b961c28"
revision = "fd785af95c19"
down_revision = "2fdbdcd581f5"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 9a79d53

Please sign in to comment.