feat(apiv2): database changes

This commit is contained in:
spiral
2021-09-26 23:18:17 -04:00
parent fb4aaad19f
commit dbe040f852
10 changed files with 54 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
using System;
using Dapper.Contrib.Extensions;
using Newtonsoft.Json;
@@ -36,6 +38,7 @@ namespace PluralKit.Core
{
[Key] public SystemId Id { get; }
public string Hid { get; }
public Guid Uuid { get; private set; }
public string Name { get; }
public string Description { get; }
public string Tag { get; }