mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
11 lines
127 B
C#
11 lines
127 B
C#
using System.Data;
|
|
using System.Linq;
|
|
|
|
|
|
namespace NzbDrone.Core.Datastore
|
|
{
|
|
public static class Migration
|
|
{
|
|
}
|
|
}
|