8 lines
212 B
SQL
8 lines
212 B
SQL
--The ReferencesPageId is NULL by default and needs to be filled in for pages that referece orphaned pages.
|
|
UPDATE
|
|
PageReference
|
|
SET
|
|
ReferencesPageId = @PageId
|
|
WHERE
|
|
ReferencesPageNavigation = @PageNavigation
|