Figured it out.
The problem was that there's two of us working on this project, and my colleague created his own instance of DBContext
he was updating one and i the other. So for who ever has this problem in the future make sure you don't have two different instances of your DBContext
at the same time