SerraKD / cine-frights

Cine Frights Is a horror movie review blog created for CI Portfolio Project 4.
https://cine-frights-ed31240ece67.herokuapp.com/
0 stars 2 forks source link

Bug: Make migrations #27

Closed SerraKD closed 3 months ago

SerraKD commented 3 months ago

After deleting the user ratings in Comments model, below error showed up when trying to do migrations.

django.db.utils.ProgrammingError: column "user_rating" of relation "movies_comment" does not exist

Fix