Skip to content

Commit

Permalink
fix postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb committed Jul 12, 2024
1 parent 321f515 commit 5e34539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ ENV/
# Local Postgres data
pg_data/
pg_data.bak*/
dev/containers/postgresql/data/
dev/containers/postgresql/data.bak*/

# static files
koku/staticfiles/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ make-migrations:
$(DJANGO_MANAGE) makemigrations api reporting reporting_common cost_models key_metrics

delete-db:
@$(PREFIX) rm -rf $(TOPDIR)/dev/containers/postgresql/data/*
@$(PREFIX) rm -rf $(TOPDIR)/dev/containers/postgresql/data/

delete-test-db:
@PGPASSWORD=$$DATABASE_PASSWORD psql -h $$POSTGRES_SQL_SERVICE_HOST \
Expand Down
5 changes: 0 additions & 5 deletions dev/containers/postgresql/data/.gitignore

This file was deleted.

0 comments on commit 5e34539

Please sign in to comment.