Zhimolostnova A.V. Hard lab work 7 #20

Closed
AnnZhimol wants to merge 9 commits from LabRab_7_Hard into LabRab_6_Hard
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 6dfb158528 - Show all commits

View File

@ -12,7 +12,7 @@ using SoftwareInstallationDataBaseImplement;
namespace SoftwareInstallationDataBaseImplement.Migrations
{
[DbContext(typeof(SoftwareInstallationDataBase))]
[Migration("20230421190828_InitDB")]
[Migration("20230424175633_InitDB")]
partial class InitDB
{
/// <inheritdoc />

View File

@ -9,7 +9,7 @@ namespace SoftwareInstallationDataBaseImplement
{
if (optionsBuilder.IsConfigured == false)
{
optionsBuilder.UseSqlServer(@"Data Source=DESKTOP-VG5USAH\SQLEXPRESS;Initial Catalog=SoftwareInstallationDataBaseFull;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True");
optionsBuilder.UseSqlServer(@"Data Source=COMP-AVZH\SQLEXPRESS;Initial Catalog=SoftwareInstallationDataBaseFulllab7;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True");
}
base.OnConfiguring(optionsBuilder);
}