elq id is now ignored by petapoco.

This commit is contained in:
kay.one
2013-02-15 20:03:54 -08:00
parent c6fa3cc02b
commit eb90040dd6
5 changed files with 45 additions and 14 deletions

View File

@@ -8,6 +8,7 @@ namespace NzbDrone.Core.Datastore
[ID]
private long _eqId;
[PetaPoco.Ignore]
public int Id { get; set; }
}
}