Update paths in migration docs

Path was changed in 1.34

Related: https://pagure.io/koji/issue/4220
This commit is contained in:
Tomas Kopecek 2024-10-16 13:58:38 +02:00
parent 8c72d90d7b
commit 599de6e0c0
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ As in previous releases, we provide a migration script that updates the database
::
# psql koji koji < /usr/share/doc/koji/docs/schema-upgrade-1.33-1.34.sql
# psql koji koji < /usr/share/koji/schema-upgrade-1.33-1.34.sql
Other changes

View file

@ -12,7 +12,7 @@ As in previous releases, we provide a migration script that updates the database
::
# psql koji koji < /usr/share/doc/koji/docs/schema-upgrade-1.34-1.35.sql
# psql koji koji < /usr/share/koji/schema-upgrade-1.34-1.35.sql
Repo Generation