mirror of
https://github.com/Readarr/Readarr
synced 2025-12-21 15:53:38 +01:00
9 lines
153 B
C#
9 lines
153 B
C#
using System.Linq;
|
|
|
|
namespace NzbDrone.Core.Datastore.Migrations
|
|
{
|
|
public class SchemaInfo
|
|
{
|
|
public int Version { get; set; }
|
|
}
|
|
}
|