আমি যখন PM> Remove-Migration -context BloggingContext
EF কোর ব্যবহার করে ASP.NET কোর প্রকল্পের সাথে VS2015 এ চলেছি তখন আমি নিম্নলিখিত ত্রুটিটি পেয়েছি:
System.InvalidOperationException: The migration '20160703192724_MyFirstMigration' has already been applied to the database. Unapply it and try again. If the migration has been applied to other databases, consider reverting its changes using a new migration. at Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsScaffolder.RemoveMigration(String projectDir, String rootNamespace, Boolean force)
at Microsoft.EntityFrameworkCore.Design.MigrationsOperations.RemoveMigration(String contextType, Boolean force)
at Microsoft.EntityFrameworkCore.Tools.Cli.MigrationsRemoveCommand.<>c__DisplayClass0_0.<Configure>b__0()
at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
at Microsoft.EntityFrameworkCore.Tools.Cli.Program.Main(String[] args)
The migration '20160703192724_MyFirstMigration' has already been applied to the database. Unapply it and try again. If the migration has been applied to other databases, consider reverting its changes using a new migration.
আমি কীভাবে এটি প্রয়োগ করতে পারি? আমি এএসপি.নেট কোর 1.0, ইএফ কোর এবং ভিএস2015 আপডেট 3 এর সর্বশেষ রিলিজ ব্যবহার করছি।
-force
শেষে যোগ করার চেষ্টা করুন