Zhimolostnova A.V. Hard lab work 6 #18

Closed
AnnZhimol wants to merge 7 commits from LabRab_6_Hard into LabRab_5_Hard
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 1d98a6d20a - Show all commits

View File

@ -12,7 +12,7 @@ using SoftwareInstallationDataBaseImplement;
namespace SoftwareInstallationDataBaseImplement.Migrations
{
[DbContext(typeof(SoftwareInstallationDataBase))]
[Migration("20230503134657_InitDb")]
[Migration("20230504165449_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=SoftwareInstallationDataBaseHardFull;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True");
optionsBuilder.UseSqlServer(@"Data Source=COMP-AVZH\SQLEXPRESS;Initial Catalog=SoftwareInstallationDataBaseHardFulllab6;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True");
}
base.OnConfiguring(optionsBuilder);
}