Creating migrations shouldn't use file with conflicting name

This commit is contained in:
Robert McRackan 2022-05-20 14:19:58 -04:00
parent c0762eba18
commit a108846731
2 changed files with 5 additions and 6 deletions

View file

@ -0,0 +1,5 @@
{
"ConnectionStrings": {
"LibationContext": "Data Source=LibationContext.db;Foreign Keys=False;"
}
}