mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Migrations
Still need to remove System.Data.Sqlite, prefer an option in OrmLite to pluralize table names.
This commit is contained in:
parent
b9fac94eca
commit
4bb4faf626
29 changed files with 375 additions and 50 deletions
|
@ -4,7 +4,7 @@ using System;
|
|||
using NzbDrone.Core.Datastore;
|
||||
using NzbDrone.Core.Model;
|
||||
using NzbDrone.Core.Qualities;
|
||||
|
||||
using ServiceStack.DataAnnotations;
|
||||
|
||||
|
||||
namespace NzbDrone.Core.Tv
|
||||
|
@ -21,11 +21,8 @@ namespace NzbDrone.Core.Tv
|
|||
public int TvDbId { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string CleanTitle { get; set; }
|
||||
public string Status { get; set; }
|
||||
|
||||
|
||||
public SeriesStatusType Status { get; set; }
|
||||
public string Overview { get; set; }
|
||||
|
||||
public String AirTime { get; set; }
|
||||
public string Language { get; set; }
|
||||
public string Path { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue