Skip to content

Commit

Permalink
chore(CI): point schemaspy to proper schema (#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored May 1, 2024
1 parent 9f23a13 commit 6f7f394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
FLYWAY_USER: postgres
FLYWAY_PASSWORD: default
FLYWAY_LOCATIONS: filesystem:./migrations
FLYWAY_DEFAULT_SCHEMA: "public"
FLYWAY_DEFAULT_SCHEMA: "USERS"
with:
args: info migrate info

Expand All @@ -86,7 +86,7 @@ jobs:
mkdir output
chmod a+rwx -R output
- name: Run Schemaspy
run: docker run --network host -v "$PWD/output:/output" schemaspy/schemaspy:6.2.4 -t pgsql11 -db default -host 127.0.0.1 -port 5432 -u postgres -p default -schemas public
run: docker run --network host -v "$PWD/output:/output" schemaspy/schemaspy:6.2.4 -t pgsql11 -db default -host 127.0.0.1 -port 5432 -u postgres -p default -schemas USERS
- name: Deploy to Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 6f7f394

Please sign in to comment.