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

@ -1,6 +0,0 @@
{
"ConnectionStrings": {
"// this connection string is ONLY used for DataLayer's Migrations. this appsettings.json file is NOT used at all by application; it is overwritten": "",
"LibationContext": "Data Source=LibationContext.db;Foreign Keys=False;"
}
}

View File

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