Migrated database changes

This commit is contained in:
2026-08-15 20:30:51 +02:00
parent df7ba866f5
commit d4bb0cf7a8
24 changed files with 4394 additions and 28 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ public class User
{
public Guid Id { get; set; }
public DateTime LastLoginAt { get; set; }
public DateTime? LastLoginAt { get; set; }
public string? Email { get; set; }