updated FluentMigrator

This commit is contained in:
Keivan Beigi 2013-07-29 17:57:02 -07:00
commit c80202bec3
23 changed files with 18 additions and 30 deletions

View file

@ -6,5 +6,6 @@ namespace NzbDrone.Core.Datastore.Migration.Framework
{
public bool PreviewOnly { get; set; }
public int Timeout { get; set; }
public string ProviderSwitches { get; private set; }
}
}