mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
some db/migration cleanup
This commit is contained in:
@@ -3,9 +3,9 @@ using PetaPoco;
|
||||
|
||||
namespace NzbDrone.Core.Repository
|
||||
{
|
||||
[TableName("IndexerSettings")]
|
||||
[TableName("IndexerDefinitions")]
|
||||
[PrimaryKey("Id", autoIncrement = true)]
|
||||
public class IndexerSetting
|
||||
public class IndexerDefinition
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
@@ -3,9 +3,9 @@ using PetaPoco;
|
||||
|
||||
namespace NzbDrone.Core.Repository
|
||||
{
|
||||
[TableName("JobSettings")]
|
||||
[TableName("JobDefinitions")]
|
||||
[PrimaryKey("Id", autoIncrement = true)]
|
||||
public class JobSetting
|
||||
public class JobDefinition
|
||||
{
|
||||
public Int32 Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user