© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
57 replies
Sun

✅ 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
dotnet ef database update
dotnet ef database update
, after adding a migration, the same
SQLite Error 1: 'no such table: __EFMigrationsHistory'.
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.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Next page

Similar Threads

EF Core not creating migrations
C#CC# / help
14mo ago
Run EF Migrations in Azure SQL Database
C#CC# / help
2y ago
EF Migrations 101
C#CC# / help
3y ago
❔ EF Core migrations
C#CC# / help
4y ago