1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 07:52:33 +02:00
Radarr/NzbDrone.Core/Datastore/MigrationType.cs

9 lines
109 B
C#
Raw Normal View History

2013-06-19 03:01:08 +02:00
namespace NzbDrone.Core.Datastore
{
public enum MigrationType
{
Main,
Log
}
}