123123
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
--Remove the previous page file revision attachment, if any.
|
||||
DELETE FROM PageRevisionAttachment
|
||||
WHERE
|
||||
PageId = @PageId
|
||||
@@ -6,7 +5,7 @@ WHERE
|
||||
AND FileRevision = @PreviousFileRevision
|
||||
AND PageRevision = @PageRevision;
|
||||
|
||||
--Associate the file revision record with the page revision.
|
||||
|
||||
INSERT INTO PageRevisionAttachment
|
||||
(
|
||||
PageId,
|
||||
|
||||
Reference in New Issue
Block a user