mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-22 23:30:13 +01:00
PrimaryKey Notification
This commit is contained in:
parent
3ee3a07565
commit
a0774841bc
@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace API.Schema;
|
||||
|
||||
[PrimaryKey("AltTitleId")]
|
||||
[PrimaryKey("NotificationId")]
|
||||
public class Notification(string title, string message = "", byte urgency = 2)
|
||||
{
|
||||
[MaxLength(64)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user