diff --git a/src/SQLCE4Umbraco/SqlCEResources.resx b/src/SQLCE4Umbraco/SqlCEResources.resx index 089865313d..cb62be9b84 100644 --- a/src/SQLCE4Umbraco/SqlCEResources.resx +++ b/src/SQLCE4Umbraco/SqlCEResources.resx @@ -121,4 +121,7 @@ sql\total.sql;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + sql\version4_1_upgrade.sql;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + \ No newline at end of file diff --git a/src/SQLCE4Umbraco/SqlCEResources1.Designer.cs b/src/SQLCE4Umbraco/SqlCEResources1.Designer.cs index 3e2939cf74..9fc552f5c8 100644 --- a/src/SQLCE4Umbraco/SqlCEResources1.Designer.cs +++ b/src/SQLCE4Umbraco/SqlCEResources1.Designer.cs @@ -1,14 +1,14 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.1 +// Runtime Version:4.0.30319.269 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ -namespace SqlCE4Umbraco { +namespace SQLCE4Umbraco { using System; @@ -69,20 +69,39 @@ namespace SqlCE4Umbraco { /// /// /// - /// Umbraco database installation script for SQL Server + /// Umbraco database installation script for SQL Server CE 4 /// ///IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT /// - /// Database version: 4.1.0.0 + /// Database version: 4.8.0.2 /// /// Please increment this version number if ANY change is made to this script, /// so compatibility with scripts for other database systems can be verified easily. - /// The first 3 digits depict the Umbraco versi [rest of string was truncated]";. + /// The first 3 digits depict the Umbraco [rest of string was truncated]";. /// internal static string Total { get { return ResourceManager.GetString("Total", resourceCulture); } } + + /// + /// Looks up a localized string similar to /******************************************************************************************* + /// + /// Umbraco database installation script for SQL Server (upgrade from Umbraco 4.0.x) + /// + /// IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT + /// + /// Database version: 4.8.0.0 + /// + /// Please increment this version number if ANY change is made to this script, + /// so compatibility with scripts for other database systems can be verified easily. + /// The first 3 digits depict [rest of string was truncated]";. + /// + internal static string Version4_1_Upgrade { + get { + return ResourceManager.GetString("Version4_1_Upgrade", resourceCulture); + } + } } } diff --git a/src/umbraco.datalayer/SqlHelpers/MySql/SqlResources.Designer.cs b/src/umbraco.datalayer/SqlHelpers/MySql/SqlResources.Designer.cs index 706ec66d0e..35ccf05802 100644 --- a/src/umbraco.datalayer/SqlHelpers/MySql/SqlResources.Designer.cs +++ b/src/umbraco.datalayer/SqlHelpers/MySql/SqlResources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.1 +// Runtime Version:4.0.30319.269 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -73,7 +73,7 @@ namespace umbraco.DataLayer.SqlHelpers.MySql { /// ///IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT /// - /// Database version: 4.1.0.0 + /// Database version: 4.8.0.5 /// /// Please increment this version number if ANY change is made to this script, /// so compatibility with scripts for other database systems can be verified easily. @@ -92,11 +92,34 @@ namespace umbraco.DataLayer.SqlHelpers.MySql { /// /// IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT /// - /// Database version: 4.1.0.2 + /// //CHANGE:Allan Stegelmann Laustsen + /// Database version: 4.1.0.3 + /// //CHANGE:End + /// /// /// Please increment this version number if ANY change is made to this script, - /// so compatibility with scripts for other database systems can be verified easily. - /// The first 3 digits depict [rest of string was truncated]";. + /// so compatibility with scripts for other database s [rest of string was truncated]";. + /// + internal static string Version4_1_Upgrade { + get { + return ResourceManager.GetString("Version4_1_Upgrade", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /******************************************************************************************* + /// + /// Umbraco database installation script for SQL Server (upgrade from Umbraco 4.0.x) + /// + /// IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT + /// + /// //CHANGE:Allan Stegelmann Laustsen + /// Database version: 4.1.0.3 + /// //CHANGE:End + /// + /// + /// Please increment this version number if ANY change is made to this script, + /// so compatibility with scripts for other database s [rest of string was truncated]";. /// internal static string Version4_Upgrade { get { diff --git a/src/umbraco.datalayer/SqlHelpers/MySql/SqlResources.resx b/src/umbraco.datalayer/SqlHelpers/MySql/SqlResources.resx index c121124eb7..30f93f7f1b 100644 --- a/src/umbraco.datalayer/SqlHelpers/MySql/SqlResources.resx +++ b/src/umbraco.datalayer/SqlHelpers/MySql/SqlResources.resx @@ -117,10 +117,14 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + sql\total.sql;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + + sql\version4_1_upgrade.sql;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + sql\version4_upgrade.sql;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 diff --git a/src/umbraco.datalayer/SqlHelpers/SqlServer/SqlResources.Designer.cs b/src/umbraco.datalayer/SqlHelpers/SqlServer/SqlResources.Designer.cs index f4d80d8e12..5de0b508f1 100644 --- a/src/umbraco.datalayer/SqlHelpers/SqlServer/SqlResources.Designer.cs +++ b/src/umbraco.datalayer/SqlHelpers/SqlServer/SqlResources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.1 +// Runtime Version:4.0.30319.269 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -73,7 +73,7 @@ namespace umbraco.DataLayer.SqlHelpers.SqlServer { /// ///IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT /// - /// Database version: 4.1.0.0 + /// Database version: 4.8.0.2 /// /// Please increment this version number if ANY change is made to this script, /// so compatibility with scripts for other database systems can be verified easily. @@ -117,7 +117,26 @@ namespace umbraco.DataLayer.SqlHelpers.SqlServer { /// /// IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT /// - /// Database version: 4.1.0.2 + /// Database version: 4.8.0.0 + /// + /// Please increment this version number if ANY change is made to this script, + /// so compatibility with scripts for other database systems can be verified easily. + /// The first 3 digits depict [rest of string was truncated]";. + /// + internal static string Version4_1_Upgrade { + get { + return ResourceManager.GetString("Version4_1_Upgrade", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /******************************************************************************************* + /// + /// Umbraco database installation script for SQL Server (upgrade from Umbraco 4.0.x) + /// + /// IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT + /// + /// Database version: 4.8.0.0 /// /// Please increment this version number if ANY change is made to this script, /// so compatibility with scripts for other database systems can be verified easily. diff --git a/src/umbraco.datalayer/SqlHelpers/SqlServer/SqlResources.resx b/src/umbraco.datalayer/SqlHelpers/SqlServer/SqlResources.resx index a232781057..9b9cd44123 100644 --- a/src/umbraco.datalayer/SqlHelpers/SqlServer/SqlResources.resx +++ b/src/umbraco.datalayer/SqlHelpers/SqlServer/SqlResources.resx @@ -117,13 +117,17 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + sql\total.sql;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 sql\version3_upgrade.sql;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + + sql\version4_1_upgrade.sql;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + sql\version4_upgrade.sql;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 diff --git a/src/umbraco.datalayer/umbraco.datalayer.csproj b/src/umbraco.datalayer/umbraco.datalayer.csproj index ddb705eb73..b840213a13 100644 --- a/src/umbraco.datalayer/umbraco.datalayer.csproj +++ b/src/umbraco.datalayer/umbraco.datalayer.csproj @@ -160,7 +160,7 @@ - + @@ -180,7 +180,7 @@ - +