✅ ef not being able to update database migrations
I've been trying to learn aspnet and done just the basics of it. But when using
I only have 1 service and 1 model now, so that error makes no sense for me, as it's the only language that happened for me.
dotnet ef database update, after adding a migration, the same SQLite Error 1: 'no such table: __EFMigrationsHistory'. happens, eventhough that table is being created (or was supposed to be created) on the initial migration.I only have 1 service and 1 model now, so that error makes no sense for me, as it's the only language that happened for me.