Migrations

Still need to remove System.Data.Sqlite, prefer an option in OrmLite to pluralize table names.
This commit is contained in:
markus101 2013-03-24 21:36:24 -07:00 committed by kay.one
commit 4bb4faf626
29 changed files with 375 additions and 50 deletions

View file

@ -7,7 +7,6 @@ namespace NzbDrone.Core.Configuration
{
[Index(Unique = true)]
public string Key { get; set; }
public string Value { get; set; }
}
}