Skip to content

Commit

Permalink
fixup! 💚(prefect) fix database dump fetching in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Feb 6, 2025
1 parent 7972b14 commit a11d089
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ data/qualicharge-api-schema.sql:
$(COMPOSE) exec postgresql pg_dump -s -Z 9 -U qualicharge -F c qualicharge-api > data/qualicharge-api-schema.sql

data/qualicharge-api-data.sql:
$(COMPOSE) exec postgresql pg_dump -a -Z 9 -U qualicharge -F c qualicharge-api > data/qualicharge-api-data.sql
$(COMPOSE) exec postgresql pg_dump -a -Z 9 -U qualicharge -F c qualicharge-api --exclude-table-data=activity > data/qualicharge-api-data.sql

backup-api-db: ## create API database backup
backup-api-db: \
Expand Down
4 changes: 2 additions & 2 deletions data/qualicharge-api-data.sql
Git LFS file not shown

0 comments on commit a11d089

Please sign in to comment.