Skip to content

Commit 2cfdac4

Browse files
committed
Name fix for load date time function.
1 parent 14285bd commit 2cfdac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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].[GetLoadWindowDateTime] ( @ModuleId INT, @start_or_end tinyint)
1+
CREATE FUNCTION [omd].[omd.GetModuleLoadWindowDateTime] ( @ModuleId INT, @start_or_end tinyint)
22
RETURNS DATETIME2(7) AS
33
BEGIN
44
DECLARE @result DATETIME2(7)

0 commit comments

Comments
 (0)