We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f38dd5 commit 388a785Copy full SHA for 388a785
LDK/resources/schemas/dbscripts/sqlserver/Naturalize_install_1.0.1.sql
@@ -88,7 +88,7 @@ GO
88
-- Create (or replace) a simple function that returns the version number of the newly installed assembly
89
IF EXISTS (SELECT *
90
FROM sys.objects
91
- WHERE object_id = OBJECT_ID(N' ldk.NaturalizeVersion')
+ WHERE object_id = OBJECT_ID(N'ldk.NaturalizeVersion')
92
AND type = N'FN')
93
DROP FUNCTION ldk.NaturalizeVersion;
94
GO
0 commit comments