Decommission AD descriptions #96

This commit is contained in:
Gary Sharp
2016-10-10 20:07:20 +11:00
parent 23975f8fc3
commit 0f20b16f41
7 changed files with 196 additions and 17 deletions
+4
View File
@@ -114,6 +114,10 @@ namespace Disco.Web
// Attachment PDF Thumbnail Update
if (PreviousVersion != null && PreviousVersion < new Version(2, 2, 0, 0))
Services.Documents.AttachmentImport.ThumbnailUpdateTask.SetRequired(Database);
// AD Device Description Update
if (PreviousVersion != null && PreviousVersion < new Version(2, 2, 16281, 0))
Services.Interop.ActiveDirectory.ADDeviceDescriptionUpdateTask.SetRequired(Database);
}
public static void DisposeEnvironment()