Skip to content

Commit

Permalink
add schema
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Aug 9, 2023
1 parent a8daaac commit 912d8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Initialize DB
run: |
PGPASSWORD=GitHub999 psql -U postgres -h localhost -d imis -U postgres -f ./sql/output/fullDemoDatabase.sql | grep . | uniq -c
PGPASSWORD=GitHub999 PGOPTIONS="--search_path=public" psql -U postgres -h localhost -d imis -U postgres -f ./sql/output/fullDemoDatabase.sql | grep . | uniq -c
- name: Django tests
run: |
python -V
Expand Down

0 comments on commit 912d8f1

Please sign in to comment.