moved history over to objectdb

This commit is contained in:
kay.one 2013-02-23 13:29:22 -08:00
commit f568fdad6a
20 changed files with 259 additions and 494 deletions

View file

@ -1,8 +1,10 @@
using System.Linq;
using System.Diagnostics;
using System.Linq;
using Newtonsoft.Json;
namespace NzbDrone.Core.Datastore
{
[DebuggerDisplay("ID = {OID}")]
public abstract class ModelBase
{
[PetaPoco.Ignore]