Skip to content

Commit 14285bd

Browse files
committed
Fixed names of functions.
1 parent d11ee3a commit 14285bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

020_DIRECT_Framework/Direct_Framework/Direct_Framework.sqlproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<None Include="Views\omd_reporting.vw_QUEUE_PROGRESS.sql" />
107107
<None Include="Views\omd_reporting.vw_CURRENT_PROCESSING.sql" />
108108
<Build Include="Functions\omd.CalculateChangeKey.sql" />
109-
<None Include="Functions\omd_processing.NextModuleInQueue.sql" />
109+
<Build Include="Functions\omd_processing.NextModuleInQueue.sql" />
110110
<Build Include="Functions\omd_processing.GetDependentTables.sql" />
111111
<Build Include="Views\omd_reporting.vw_CUMULATIVE_LOAD_TIME.sql" />
112112
<Build Include="Views\omd_reporting.vw_EXCEPTIONS_BATCH.sql" />

020_DIRECT_Framework/Direct_Framework/Functions/omd.GetModuleLoadWindowDateTime.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CREATE FUNCTION [omd].[GetLoadWindowDateTimes] ( @ModuleId INT, @start_or_end tinyint)
1+
CREATE FUNCTION [omd].[GetLoadWindowDateTime] ( @ModuleId INT, @start_or_end tinyint)
22
RETURNS DATETIME2(7) AS
33
BEGIN
44
DECLARE @result DATETIME2(7)

020_DIRECT_Framework/Direct_Framework/Functions/omd.GetModuleLoadWindowIdentifier.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CREATE FUNCTION [omd].[GetLoadWindowModuleInstance] (@ModuleId INT, @start_or_end tinyint)
1+
CREATE FUNCTION [omd].[GetModuleLoadWindowIdentifier] (@ModuleId INT, @start_or_end tinyint)
22
RETURNS BIGINT AS
33
BEGIN
44
DECLARE @result BIGINT

0 commit comments

Comments
 (0)