Skip to content

Commit

Permalink
tests: new location for schema.sql
Browse files Browse the repository at this point in the history
The Koji developers have moved this file to a new location in Koji's
source tree.
  • Loading branch information
ktdreyer committed Oct 13, 2023
1 parent b5a895d commit 491fe0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ reset_database () {
export PGPASSWORD=koji

# Import Koji schema:
psql -q koji koji < koji/docs/schema.sql
psql -q koji koji < koji/schemas/schema.sql

# Bootstrap the administrator account
psql -U koji -c "INSERT INTO users (name, status, usertype) VALUES ('admin', 0, 0);"
Expand Down

0 comments on commit 491fe0d

Please sign in to comment.