echo "Enter migration name:"
read MIGRATION_NAME

docker exec -it api /bin/sh -c "python manage.py db migrate -m "${MIGRATION_NAME}""

echo "Done"
