mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
JobProvider moved to PetaPoco.
This commit is contained in:
parent
901db9d58b
commit
9daf1ccfc0
4 changed files with 40 additions and 25 deletions
|
@ -1,8 +1,11 @@
|
|||
using System;
|
||||
using PetaPoco;
|
||||
using SubSonic.SqlGeneration.Schema;
|
||||
|
||||
namespace NzbDrone.Core.Repository
|
||||
{
|
||||
[TableName("JobSettings")]
|
||||
[PrimaryKey("Id", autoIncrement = true)]
|
||||
public class JobSetting
|
||||
{
|
||||
[SubSonicPrimaryKey(true)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue