Skip to content

Commit

Permalink
Merge pull request #77 from SpicyDarkFox/dbg
Browse files Browse the repository at this point in the history
Фикс бд (наверно)
  • Loading branch information
Evgencheg authored Sep 6, 2024
2 parents c59c4b7 + c2afb94 commit 39ecdae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Content.Server.Database/Model.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ public class AdminMessage : IAdminRemarksCommon
}

#if LPP_Sponsors // _LostParadise-Sponsors
[Table("sponsors")]
[Table("sponsors")]
public class Sponsor
{
[Required, Key] public Guid UserId { get; set; }
Expand All @@ -1062,7 +1062,6 @@ public class Sponsor
public string AllowedMarkings { get; set; } = null!;
public int ExtraSlots { get; set; }
public DateTime ExpireDate {get;set;}
public bool AllowJob { get; set; } = false;
}
#endif
}

0 comments on commit 39ecdae

Please sign in to comment.