Skip to content

Commit

Permalink
Legg til statistikk for bransjer i testdata
Browse files Browse the repository at this point in the history
Oppdater sql dump fil med statistikk for bransjer

Co-authored-by: Christian Klem <christian.klem@nav.no>
  • Loading branch information
thomasdufourd and klechr committed Sep 20, 2023
1 parent e3c0030 commit 60cb7dc
Show file tree
Hide file tree
Showing 3 changed files with 2,994 additions and 2,955 deletions.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

./gradlew build -x test
docker-compose up -d
curl -o db_script.sql https://raw.githubusercontent.com/navikt/lydia-api/main/scripts/db/lydia_api_container_db_localhost-2023_09_20_13_24_09-dump.sql
curl -o db_script.sql https://raw.githubusercontent.com/navikt/lydia-api/main/scripts/db/lydia_api_container_db_localhost-2023_09_20_15_47_08-dump.sql
sleep 3
PGPASSWORD=test psql -h localhost -p 5432 -U postgres -f db_script.sql > /dev/null
rm db_script.sql
Loading

0 comments on commit 60cb7dc

Please sign in to comment.