Added missing fields ContentID and Config to query.

This commit is contained in:
Rich 2013-12-18 22:26:40 +00:00
parent d898b0a056
commit d058e4b585

View File

@ -7120,6 +7120,7 @@ WITH EXECUTE AS OWNER
AS
SELECT
[RoUsages].[ROUsageID],
[RoUsages].[ContentID],
[RoUsages].[ROID],
[RoUsages].[Config],
[RoUsages].[DTS],
@ -7130,6 +7131,7 @@ AS
[Contents].[Text] [Content_Text],
[Contents].[Type] [Content_Type],
[Contents].[FormatID] [Content_FormatID],
[Contents].[Config] [Content_Config],
[Contents].[DTS] [Content_DTS],
[Contents].[UserID] [Content_UserID]
FROM [RoUsages]