parent
7603d8e1ba
commit
cd6f0fc55c
@ -1,12 +1,13 @@
|
||||
using System.Linq;
|
||||
using NzbDrone.Core.Datastore;
|
||||
using ServiceStack.DataAnnotations;
|
||||
|
||||
namespace NzbDrone.Core.Configuration
|
||||
{
|
||||
public class Config : ModelBase
|
||||
{
|
||||
[Index(Unique = true)]
|
||||
public string Key { get; set; }
|
||||
|
||||
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in new issue