Skip to content

Commit

Permalink
Re-added oats import
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Stoddard authored and Liam Stoddard committed Jul 17, 2023
1 parent 83eff76 commit 3262f13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/schemaspy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
npm install
npm run alcs:migration:run
working-directory: services
- name: Import OATS
run: |
export PGPASSWORD='postgres';
psql -h 127.0.0.1 -p 5432 -U postgres -f ora2pg/data/oats_prod_schema_ddl_18_2.sql
- name: Create Output Folder
run: |
mkdir output
Expand Down

0 comments on commit 3262f13

Please sign in to comment.