Skip to content

Commit

Permalink
fix: remove broken migration 28
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevries3133 committed Aug 24, 2024
1 parent 5fc2625 commit ac97ae4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ backup-prod:
-n calcount \
pod/db-postgresql-0 \
-- /bin/sh -c 'pg_dump postgresql://calcount:$$POSTGRES_PASSWORD@127.0.0.1:5432/calcount' \
> ~/Desktop/calcount_backups/backup-$(shell date '+%m-%d-%Y %H:%M:%S').sql
> ~/Desktop/calcount_backups/backup-$(shell date '+%m-%d-%Y__%H:%M:%S').sql

build-container: setup
pnpm run build
Expand Down
7 changes: 0 additions & 7 deletions migrations/28_restore_food.eaten_at.sql

This file was deleted.

0 comments on commit ac97ae4

Please sign in to comment.