auto increment ID.

model tables are automatically created.
This commit is contained in:
kay.one 2013-03-24 03:09:32 -07:00
commit 7603d8e1ba
8 changed files with 35 additions and 6 deletions

View file

@ -6,7 +6,7 @@ namespace NzbDrone.Core.Configuration
public class Config : ModelBase
{
public string Key { get; set; }
public string Value { get; set; }
}
}