mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat(apiv2): database changes
This commit is contained in:
parent
fb4aaad19f
commit
dbe040f852
10 changed files with 54 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
|
||||
using NodaTime;
|
||||
|
||||
|
||||
|
||||
namespace PluralKit.Core
|
||||
{
|
||||
|
||||
|
|
@ -32,6 +32,7 @@ namespace PluralKit.Core
|
|||
public class PKSwitch
|
||||
{
|
||||
public SwitchId Id { get; }
|
||||
public Guid Uuid { get; private set; }
|
||||
public SystemId System { get; set; }
|
||||
public Instant Timestamp { get; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue