1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00
Radarr/NzbDrone.Core/Datastore/MigrationType.cs
2013-06-18 18:01:08 -07:00

9 lines
109 B
C#

namespace NzbDrone.Core.Datastore
{
public enum MigrationType
{
Main,
Log
}
}