This commit is contained in:
parent
c3f491ed8b
commit
7b5e9ce4d6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user