Migrate and Makemigrations not working in production for Djstripe

I am using djstripe to implement stripe subscription, everything works well in development, i can run migration commands, create and link products from stripe to django models.

But after hosting on heroku, and ran migrate it still shows no such column: djstripe_product.default_price_id

Please does anyone have an idea on what might be causing this issue on production.