diff --git a/Rdmp.Core/DataLoad/Engine/DatabaseManagement/Operations/TableInfoCloneOperation.cs b/Rdmp.Core/DataLoad/Engine/DatabaseManagement/Operations/TableInfoCloneOperation.cs index db2feda611..83f2ba6eb8 100644 --- a/Rdmp.Core/DataLoad/Engine/DatabaseManagement/Operations/TableInfoCloneOperation.cs +++ b/Rdmp.Core/DataLoad/Engine/DatabaseManagement/Operations/TableInfoCloneOperation.cs @@ -156,9 +156,9 @@ public void CloneTable(DiscoveredDatabase srcDatabaseInfo, DiscoveredDatabase de drop = true; } - //drop the data load run ID field and validFrom fields, we don't need them in STAGING or RAW, it will be hard coded in the MERGE migration with a fixed value anyway. - if (colName.Equals(SpecialFieldNames.DataLoadRunID) || colName.Equals(SpecialFieldNames.ValidFrom)) - drop = true; + ////drop the data load run ID field and validFrom fields, we don't need them in STAGING or RAW, it will be hard coded in the MERGE migration with a fixed value anyway. + //if (colName.Equals(SpecialFieldNames.DataLoadRunID) || colName.Equals(SpecialFieldNames.ValidFrom)) + // drop = true; var dilution = dilutionColumns.SingleOrDefault(c => c.GetRuntimeName().Equals(colName)); diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 142b75ae4f..eb8368fe7e 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -12,4 +12,4 @@ [assembly: AssemblyVersion("8.3.1")] [assembly: AssemblyFileVersion("8.3.1")] -[assembly: AssemblyInformationalVersion("8.3.1")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("8.3.1-doug-load")] \ No newline at end of file