I have a local database that is currently in it\'s second version and should now go to it\'s third version.
The code for the previous migrations was generated by ano
To me the problem was that Id property that should correspond to table id was named FeedbackId. I changed to "Id" and then Up/Down weren't empty anymore. Dunno if that can help somehow