Skip to content

Commit 388a785

Browse files
committed
Fix longstanding typo in Naturalize_install
1 parent 0f38dd5 commit 388a785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LDK/resources/schemas/dbscripts/sqlserver/Naturalize_install_1.0.1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GO
8888
-- Create (or replace) a simple function that returns the version number of the newly installed assembly
8989
IF EXISTS (SELECT *
9090
FROM sys.objects
91-
WHERE object_id = OBJECT_ID(N' ldk.NaturalizeVersion')
91+
WHERE object_id = OBJECT_ID(N'ldk.NaturalizeVersion')
9292
AND type = N'FN')
9393
DROP FUNCTION ldk.NaturalizeVersion;
9494
GO

0 commit comments

Comments
 (0)