We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db64a6 commit 5bd0edfCopy full SHA for 5bd0edf
1 file changed
BaroBot/Database/Mappings/SteamLinkMap.cs
@@ -23,7 +23,7 @@ public SteamLinkMap()
23
{
24
Id(steamLink => steamLink.Id);
25
Map(steamLink => steamLink.UserId).Not.Nullable();
26
- Map(x => x.KnownGames)
+ Map(steamLink => steamLink.KnownGames)
27
.CustomType<IntListJsonType>()
28
.CustomSqlType("TEXT");
29
0 commit comments