#migration
Read more stories on Hashnode
Articles with this tag
In my project, one use case came with custom SQL migration. Step1: Create the empty migration python manage.py makemigrations <project_name> --empty...