feat(apiv2): database changes

This commit is contained in:
spiral 2021-09-26 23:18:17 -04:00
parent fb4aaad19f
commit dbe040f852
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
10 changed files with 54 additions and 7 deletions

View file

@ -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; }
}