refactor: models use guids as PKs now
This commit is contained in:
@@ -2,7 +2,7 @@ namespace GamificationService.Models.Database;
|
||||
|
||||
public class Rank
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public Guid Id { get; set; }
|
||||
public string Title { get; set; } = string.Empty;
|
||||
public int ExpNeeded { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user