Fixes merge issues with new member stuff regarding the column controlId -> propertyEditorAlias change. Removed the old sqlce sql scripts (

U4-2802  Obsolete unused/obsolete legacy umbraco.datalayer SQL utilities and installers)
This commit is contained in:
Shannon
2013-09-11 13:19:35 +10:00
parent e75c050eff
commit d39cea7edd
13 changed files with 27 additions and 1320 deletions

View File

@@ -98,7 +98,7 @@ namespace SqlCE4Umbraco
/// </summary>
protected override string FullInstallSql
{
get { return SqlCEResources.Total; }
get { return string.Empty; }
}
@@ -107,11 +107,7 @@ namespace SqlCE4Umbraco
/// </summary>
protected override string UpgradeSql
{
get
{
string upgradeFile = string.Format("{0}_Upgrade", CurrentVersion.ToString());
return SqlCEResources.ResourceManager.GetString(upgradeFile);
}
get { return string.Empty; }
}
// We need to override this as the default way of detection a db connection checks for systables that doesn't exist