mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-06 22:01:42 +00:00
Update CS models, deps
This commit is contained in:
@@ -10,8 +10,8 @@ namespace Spacebar.Models.Db.Models;
|
||||
public partial class Badge
|
||||
{
|
||||
[Key]
|
||||
[Column("id", TypeName = "character varying")]
|
||||
public string Id { get; set; } = null!;
|
||||
[Column("id")]
|
||||
public long Id { get; set; }
|
||||
|
||||
[Column("description", TypeName = "character varying")]
|
||||
public string Description { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user