Xeio / WanderLost

Lost Ark Wandering Merchant Tracker
MIT License
106 stars 36 forks source link

Data migration error after update the latest commits. #105

Closed MagicPro1994 closed 2 years ago

MagicPro1994 commented 2 years ago

Hello, I tried to pull your latest commits today. I got this message when trying to start the application. image

Xeio commented 2 years ago

Ah, yeah that's probably my bad, I ran the migrations in commit-order which works, but I don't think the code will do that. I probably shouldn't have made it two different DB contexts to begin with.

You can just comment out the data migration lines here: https://github.com/Xeio/WanderLost/blob/3110191e088763d186628d64d6b4ea6ad814735e/WanderLost/WanderLost/Server/Migrations/AuthDb/20220519010947_BansOnUserTable.cs#L19

I should probably go back and just remove that.

MagicPro1994 commented 2 years ago

Ok, it works now.