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 e069b185dd - Show all commits

View File

@ -12,7 +12,7 @@ using SoftwareInstallationDataBaseImplement;
namespace SoftwareInstallationDataBaseImplement.Migrations
{
[DbContext(typeof(SoftwareInstallationDataBase))]
[Migration("20230503172509_InitDb")]
[Migration("20230504171714_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=SoftwareInstallationDataBaseHardFulllab7;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True");
}
base.OnConfiguring(optionsBuilder);
}