django.db.utils.OperationalError: no such table: main.auth_user__old

I am trying to follow a Mosh’s python tutorial step by step but even though i migrated everything, it still gives me this error when I try to add a product to site through the admin page:

django.db.utils.OperationalError: no such table: main.auth_user__old

Can anybody help? I am following Mosh’s Python course on YouTube.
Link: Python Tutorial - Python Full Course for Beginners - YouTube