Skip to content

Commit

Permalink
Remove calling of index_facilities_new command from the `post_deplo…
Browse files Browse the repository at this point in the history
…yment` command (#350)

Remove the calling of the `index_facilities_new` command from the
`post_deployment` command after release 1.20.
  • Loading branch information
mazursasha1990 authored Sep 12, 2024
1 parent a363a3c commit b894180
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/django/api/management/commands/post_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ class Command(BaseCommand):

def handle(self, *args, **options):
call_command('migrate')
call_command('index_facilities_new')

0 comments on commit b894180

Please sign in to comment.