Skip to content

Commit

Permalink
- export audit index + isActive
Browse files Browse the repository at this point in the history
refs: #10818
  • Loading branch information
cp-ps committed Mar 22, 2021
1 parent 965ec0f commit 79f564d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ UPDATE AD_Index_Table SET EntityType='D',Updated=TO_TIMESTAMP('2021-03-21 14:31:

-- 2021-03-21T12:31:05.296Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
CREATE INDEX idx_ExternalSystemExportAudit_RecordId_TableId_System ON ExternalSystem_ExportAudit (Record_ID,AD_Table_ID,ExternalSystemType)
CREATE INDEX idx_ExternalSystemExportAudit_RecordId_TableId_System ON ExternalSystem_ExportAudit (Record_ID,AD_Table_ID,ExternalSystemType) WHERE IsActive='Y'
;

0 comments on commit 79f564d

Please sign in to comment.