Gets the IsConfigured check checking the migration data, updates the install controller to ensure there's no infinite redirects and to use the IsUpgrading flag. Now to add entries to the table when the migrations have executed.

This commit is contained in:
Shannon
2015-06-22 16:22:47 +02:00
parent a1d7f2d8b3
commit 8e1e7a8676
8 changed files with 85 additions and 61 deletions

View File

@@ -242,6 +242,7 @@ namespace Umbraco.Core.Configuration
}
}
//TODO: Move these to constants!
public const string UmbracoConnectionName = "umbracoDbDSN";
public const string UmbracoMigrationName = "Umbraco";