Skip to content

Commit

Permalink
Remove backpopulate_file_id script
Browse files Browse the repository at this point in the history
Now the change has been deployed and existing files migrated to the new
storage system there's no need for this script.
  • Loading branch information
evansd committed Mar 14, 2024
1 parent cf41e05 commit 58de34a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 75 deletions.
1 change: 0 additions & 1 deletion docker/entrypoints/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
set -euo pipefail

./manage.py migrate
./manage.py backpopulate_file_id

exec "$@"
1 change: 0 additions & 1 deletion docker/entrypoints/prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ set -euo pipefail

./manage.py check --deploy
./manage.py migrate
./manage.py backpopulate_file_id

exec "$@"
Empty file removed local_db/management/__init__.py
Empty file.
Empty file.
31 changes: 0 additions & 31 deletions local_db/management/commands/backpopulate_file_id.py

This file was deleted.

Empty file.
Empty file.
42 changes: 0 additions & 42 deletions tests/integration/management/commands/test_backpopulate_file_id.py

This file was deleted.

0 comments on commit 58de34a

Please sign in to comment.