Skip to content

Commit 1504ba4

Browse files
committed
Fixed object casing for Hierarchy table
1 parent 0636025 commit 1504ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic.Data.Sql.Database/Utilities/Stored Procedures/GenerateNestedSet.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ BEGIN
9797

9898
-- remove this row from hierarchy
9999
DELETE
100-
FROM hierarchy
100+
FROM Hierarchy
101101
WHERE TopicID = (
102102
SELECT TopicID
103103
FROM Topics

0 commit comments

Comments
 (0)