mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-23 16:55:47 +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; }
|
|
}
|
|
}
|