-
-
Upgrade scripts
-
- We need to run a few upgrade scripts, press Continue to execute these scripts and continue to the next step.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Umbraco.Web.UI/install/steps/UpgradeScripts.ascx.cs b/src/Umbraco.Web.UI/install/steps/UpgradeScripts.ascx.cs
deleted file mode 100644
index 0d94b30821..0000000000
--- a/src/Umbraco.Web.UI/install/steps/UpgradeScripts.ascx.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-using System.Web.UI;
-using System.Web.UI.WebControls;
-using Umbraco.Core.Configuration;
-using umbraco.presentation.install;
-using Umbraco.Web.Install.UpgradeScripts;
-
-namespace Umbraco.Web.UI.Install.Steps
-{
- public partial class UpgradeScripts : System.Web.UI.UserControl
- {
- protected void Page_Load(object sender, EventArgs e)
- {
-
- }
-
- protected void RunScripts(object sender, EventArgs e)
- {
- //run the scripts and then go to the next step
- UpgradeScriptManager.ExecuteScriptsForVersion(GlobalSettings.GetConfigurationVersion());
-
- Helper.RedirectToNextStep(Page);
- }
- }
-}
\ No newline at end of file
diff --git a/src/Umbraco.Web.UI/install/steps/UpgradeScripts.ascx.designer.cs b/src/Umbraco.Web.UI/install/steps/UpgradeScripts.ascx.designer.cs
deleted file mode 100644
index a55927fd35..0000000000
--- a/src/Umbraco.Web.UI/install/steps/UpgradeScripts.ascx.designer.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//