minasploit / migration-facilitator

A Plugin designed to help .NET developers using Jetbrains Rider manage their database activities powered by Entity Framework
GNU General Public License v3.0
8 stars 1 forks source link

Just downloaded, everything worked great until update database #14

Open FiniteRealityTech opened 2 years ago

FiniteRealityTech commented 2 years ago

Steps to reproduce: Added initial migration. Update Database command was executed from the Migrations menu. Rider sat with background task "Updating Database..." I tried exiting and re-entering but it wouldn't load my migration anymore. Cleared out the database, cleared out the migrations, created a new initial migration. Again, Rider sat with background task "Updating Database..." Tried to update again without success.

Observations after completion of steps: dbo.__EFMigrationsHistory table is created but not populated.

Image for reference: image