mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
removed sqo.
This commit is contained in:
parent
7717e32729
commit
1a4f3fad25
64 changed files with 292 additions and 1323 deletions
|
@ -1,12 +1,12 @@
|
|||
using System;
|
||||
using NzbDrone.Core.Datastore;
|
||||
using Sqo.Attributes;
|
||||
|
||||
|
||||
namespace NzbDrone.Core.Instrumentation
|
||||
{
|
||||
public class Log : ModelBase
|
||||
{
|
||||
[Text]
|
||||
|
||||
public string Message { get; set; }
|
||||
|
||||
public DateTime Time { get; set; }
|
||||
|
@ -15,7 +15,7 @@ namespace NzbDrone.Core.Instrumentation
|
|||
|
||||
public string Method { get; set; }
|
||||
|
||||
[Text]
|
||||
|
||||
public string Exception { get; set; }
|
||||
|
||||
public string ExceptionType { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue