Removes all upgrade script stuff since we've deployed the fix in a package.

This commit is contained in:
Shannon Deminick
2013-02-01 06:42:42 +06:00
parent a909b7904e
commit 1da27e6c2b
17 changed files with 4 additions and 547 deletions

View File

@@ -9,7 +9,6 @@ using Umbraco.Core.Dictionary;
using Umbraco.Core.Dynamics;
using Umbraco.Core.PropertyEditors;
using Umbraco.Web.Dictionary;
using Umbraco.Web.Install.UpgradeScripts;
using Umbraco.Web.Media;
using Umbraco.Web.Media.ThumbnailProviders;
using Umbraco.Web.Models;
@@ -91,7 +90,6 @@ namespace Umbraco.Web
//add the internal types since we don't want to mark these public
ApplicationEventsResolver.Current.AddType<CacheHelperExtensions.CacheHelperApplicationEventListener>();
ApplicationEventsResolver.Current.AddType<LegacyScheduledTasks>();
ApplicationEventsResolver.Current.AddType<UpgradeScriptRegistrar>();
//now we need to call the initialize methods
ApplicationEventsResolver.Current.ApplicationEventHandlers