aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Migrations
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-01-17 16:27:30 +0200
committertranstrike <transtrike@gmail.com>2021-01-17 16:27:30 +0200
commita47ea20ab91017da53437f750ed8e0f939f5cdba (patch)
treef901d9cbcb0a8e049b36814e19bf23684eaae281 /src/DevHive.Data/Migrations
parente037d611c7ba00d0126a8f954cdc56d7bfeb979e (diff)
downloadDevHive-a47ea20ab91017da53437f750ed8e0f939f5cdba.tar
DevHive-a47ea20ab91017da53437f750ed8e0f939f5cdba.tar.gz
DevHive-a47ea20ab91017da53437f750ed8e0f939f5cdba.zip
Fixed lang naming problem
Diffstat (limited to 'src/DevHive.Data/Migrations')
-rw-r--r--src/DevHive.Data/Migrations/20210112111416_User_Implements_Languages.Designer.cs4
-rw-r--r--src/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/DevHive.Data/Migrations/20210112111416_User_Implements_Languages.Designer.cs b/src/DevHive.Data/Migrations/20210112111416_User_Implements_Languages.Designer.cs
index 0f1aa80..1605b5b 100644
--- a/src/DevHive.Data/Migrations/20210112111416_User_Implements_Languages.Designer.cs
+++ b/src/DevHive.Data/Migrations/20210112111416_User_Implements_Languages.Designer.cs
@@ -307,7 +307,7 @@ namespace DevHive.Data.Migrations
modelBuilder.Entity("DevHive.Data.Models.Language", b =>
{
b.HasOne("DevHive.Data.Models.User", null)
- .WithMany("Langauges")
+ .WithMany("Languages")
.HasForeignKey("UserId");
});
@@ -395,7 +395,7 @@ namespace DevHive.Data.Migrations
{
b.Navigation("Friends");
- b.Navigation("Langauges");
+ b.Navigation("Languages");
b.Navigation("Technologies");
});
diff --git a/src/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs b/src/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs
index cc6d24d..7197c81 100644
--- a/src/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs
+++ b/src/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs
@@ -305,7 +305,7 @@ namespace DevHive.Data.Migrations
modelBuilder.Entity("DevHive.Data.Models.Language", b =>
{
b.HasOne("DevHive.Data.Models.User", null)
- .WithMany("Langauges")
+ .WithMany("Languages")
.HasForeignKey("UserId");
});
@@ -393,7 +393,7 @@ namespace DevHive.Data.Migrations
{
b.Navigation("Friends");
- b.Navigation("Langauges");
+ b.Navigation("Languages");
b.Navigation("Technologies");
});