fix: remove migrate command from worker script (#772)

This commit is contained in:
pablohashescobar 2023-04-10 22:44:11 +05:30 committed by GitHub
parent ec3f891b4a
commit 2dbe1dd401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,4 @@
set -e
python manage.py wait_for_db
python manage.py migrate
celery -A plane.settings.celery worker -l info