mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 22:47:52 +02:00
PrimaryKey Notification
This commit is contained in:
@ -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)]
|
||||
|
Reference in New Issue
Block a user