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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user