First migrations showing preselected when "Updating Database"
See original GitHub issueDescribe the bug
A clear and concise description of what the bug is. When pressing Update database the preselected migraitons is the first ever migrations. To Reproduce
Steps to reproduce the behavior:
- Add Migration
- Add second Migrations
- Press update database
- Migration created in step 1 is preselected
Expected behavior
In the previous version when pressing update database the latest added migration is show as preselected.
Screenshots
Environment (please complete the following information):
- OS: Windows 11
- .NET SDK info (installed ones and version used within Rider): __
dotnet --list-sdks
3.1.414
5.0.402 - Current project
6.0.402
7.0.100
- Plugin version: _223.1.0_
- Rider version: _2022.3_
Issue Analytics
- State:
- Created 9 months ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Code First Migrations with an existing database - EF6
Run the Update-Database command in Package Manager Console. This will apply the InitialCreate migration to the database. Since the actual ...
Read more >Entity Framework code-first: migration fails with update ...
Unable to update database to match the current model because there are pending changes and automatic migration is disabled. Either write the ...
Read more >Update an Existing Database using Code First Migrations with ...
There is going to come a point where you will want to update your existing database model from your code. The typical way...
Read more >Code-Based Migration in Entity Framework 6
Update -Database: Executes the last migration file created by the Add-Migration command and applies changes to the database schema. To use code-based migrations, ......
Read more >Migrations - Django documentation
For migrations to work, you must make the initial migration first and then make changes, as Django compares changes against migration files, not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I almost deleted all data from my production database because of this bug.
Thanks pal