Skip to content

Commit

Permalink
Remove triggering indexing in the post deployment command (#309)
Browse files Browse the repository at this point in the history
Removed the triggering of indexing in the post-deployment command since
it is not necessary for the 1.18.0 release.
  • Loading branch information
vladsha-dev authored Aug 6, 2024
1 parent 2ce6a8c commit c629247
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 c629247

Please sign in to comment.