diff --git a/Typography/TypographyDatabaseImplement/Migrations/20240319173132_InitialCreate.Designer.cs b/Typography/TypographyDatabaseImplement/Migrations/20240320053820_InitialCreate.Designer.cs similarity index 99% rename from Typography/TypographyDatabaseImplement/Migrations/20240319173132_InitialCreate.Designer.cs rename to Typography/TypographyDatabaseImplement/Migrations/20240320053820_InitialCreate.Designer.cs index cd15f0c..717209b 100644 --- a/Typography/TypographyDatabaseImplement/Migrations/20240319173132_InitialCreate.Designer.cs +++ b/Typography/TypographyDatabaseImplement/Migrations/20240320053820_InitialCreate.Designer.cs @@ -12,7 +12,7 @@ using TypographyDatabaseImplement; namespace TypographyDatabaseImplement.Migrations { [DbContext(typeof(TypographyDatabase))] - [Migration("20240319173132_InitialCreate")] + [Migration("20240320053820_InitialCreate")] partial class InitialCreate { /// diff --git a/Typography/TypographyDatabaseImplement/Migrations/20240319173132_InitialCreate.cs b/Typography/TypographyDatabaseImplement/Migrations/20240320053820_InitialCreate.cs similarity index 100% rename from Typography/TypographyDatabaseImplement/Migrations/20240319173132_InitialCreate.cs rename to Typography/TypographyDatabaseImplement/Migrations/20240320053820_InitialCreate.cs diff --git a/Typography/TypographyDatabaseImplement/TypographyDatabase.cs b/Typography/TypographyDatabaseImplement/TypographyDatabase.cs index fcb923d..24a9ae3 100644 --- a/Typography/TypographyDatabaseImplement/TypographyDatabase.cs +++ b/Typography/TypographyDatabaseImplement/TypographyDatabase.cs @@ -14,7 +14,7 @@ namespace TypographyDatabaseImplement { if (optionsBuilder.IsConfigured == false) { - optionsBuilder.UseSqlServer(@"Data Source=LAPTOP-VCUNP5I6\SQLEXPRESS;Initial Catalog=TypographyDatabase;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True"); + optionsBuilder.UseSqlServer(@"Data Source=localhost\SQLEXPRESS;Initial Catalog=TypographyDatabase;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True"); } base.OnConfiguring(optionsBuilder); } diff --git a/Typography/TypographyView/TypographyView.csproj b/Typography/TypographyView/TypographyView.csproj index 9f08fc1..2b46e45 100644 --- a/Typography/TypographyView/TypographyView.csproj +++ b/Typography/TypographyView/TypographyView.csproj @@ -30,6 +30,7 @@ +