db changes

This commit is contained in:
defnotken
2025-09-16 15:03:15 -05:00
parent 81261fae49
commit 0df7ee424d
5 changed files with 15 additions and 9 deletions

View File

@@ -9,5 +9,5 @@ public class GroupPair
public bool IsPinned { get; set; }
public bool IsModerator { get; set; }
public bool FromFinder { get; set; } = false;
public DateTime JoinedGroupOn { get; set; }
public DateTime? JoinedGroupOn { get; set; }
}