mirror of
https://github.com/Radarr/Radarr
synced 2026-02-05 14:24:08 +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; }
|
|
}
|
|
}
|