This commit is contained in:
@@ -2850,6 +2850,10 @@ BEGIN TRY -- Try Block
|
|||||||
DELETE from Annotations where ItemID in(Select ItemID from @Children)
|
DELETE from Annotations where ItemID in(Select ItemID from @Children)
|
||||||
-- Delete Details associated with @ContentID and children
|
-- Delete Details associated with @ContentID and children
|
||||||
DELETE from Details where ContentID in(Select ContentID from @Children)
|
DELETE from Details where ContentID in(Select ContentID from @Children)
|
||||||
|
-- Delete Grids associated with @ContentID and children
|
||||||
|
DELETE from Grids where ContentID in(Select ContentID from @Children)
|
||||||
|
-- Delete Images associated with @ContentID and children
|
||||||
|
DELETE from Images where ContentID in(Select ContentID from @Children)
|
||||||
-- Delete Entries associated with @ContentID and children
|
-- Delete Entries associated with @ContentID and children
|
||||||
DELETE from Entries where ContentID in(Select ContentID from @Children)
|
DELETE from Entries where ContentID in(Select ContentID from @Children)
|
||||||
-- Delete ROUsages associated with @ContentID and children
|
-- Delete ROUsages associated with @ContentID and children
|
||||||
@@ -9401,6 +9405,10 @@ BEGIN TRY -- Try Block
|
|||||||
DELETE from Annotations where ItemID in(Select ItemID from @Children)
|
DELETE from Annotations where ItemID in(Select ItemID from @Children)
|
||||||
-- Delete Details associated with @ContentID and children
|
-- Delete Details associated with @ContentID and children
|
||||||
DELETE from Details where ContentID in(Select ContentID from @Children)
|
DELETE from Details where ContentID in(Select ContentID from @Children)
|
||||||
|
-- Delete Grids associated with @ContentID and children
|
||||||
|
DELETE from Grids where ContentID in(Select ContentID from @Children)
|
||||||
|
-- Delete Images associated with @ContentID and children
|
||||||
|
DELETE from Images where ContentID in(Select ContentID from @Children)
|
||||||
-- Delete Entries associated with @ContentID and children
|
-- Delete Entries associated with @ContentID and children
|
||||||
DELETE from Entries where ContentID in(Select ContentID from @Children)
|
DELETE from Entries where ContentID in(Select ContentID from @Children)
|
||||||
-- Delete ROUsages associated with @ContentID and children
|
-- Delete ROUsages associated with @ContentID and children
|
||||||
|
Reference in New Issue
Block a user