Hi,
Thank you ^^
Hello,
Thank you :)
Thank you @aaron :).
Hello,
It's working now after reloading Visual studio :p .
Thank you ^^
Yes the app it's running
Yeah it's exist but i add new tables and i want to add some default values to those tables so i do the same as default languages but when i run the update database it's not working .
I don't understand why because the first time i run the update database to create Database the seed method has been passed correctly but after that for every new migration when i run the update database i don t see the statement : applying seed method ...
Should i try with the migrator app ?
Hello,
It's called from InitialHostDbBuilder.Create from the SeedHostDb Helper
Hello,
PM> Add-Migration "Execute_Seed" To undo this action, use Remove-Migration. PM> Update-Database Applying migration '20171221220937_Execute_Seed'. Done.
The seed method not running.
Any idea plz ?
Update-Database No migrations were applied. The database is already up to date. Done. I need to make some changes in my Entities ?
Hello ismcagdas,
It's work :) Thank you.