103. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/12/2018 10:18:35 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

103.1 Files compared

# Location File Last Modified
1 MSSRe Build 4.zip\DatabaseScripts\DatabasePatches\MSSR Creation Increment 1 Backout_MSSR_CreateRegistry-Roles-User.sql Tue Apr 10 19:45:50 2018 UTC
2 MSSRe Build 4.zip\DatabaseScripts\DatabasePatches\MSSR Creation Increment 1 Backout_MSSR_CreateRegistry-Roles-User.sql Thu Apr 12 12:08:37 2018 UTC

103.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 100
Changed 1 2
Inserted 0 0
Removed 0 0

103.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

103.4 Active regular expressions

No regular expressions were active.

103.5 Comparison detail

  1   --USE [V5_ Registry] 
  2  
  3   /********* ********** ********** ********** ********** ********** ********** *******
  4   * BACK OUT  MSSR CHAN GES - Jan.  2014 ( PII )
  5   ********** ********** ********** ********** ********** ********** ********** ******/
  6  
  7   /********* ********** ********** ********** ********** ********** **********
  8   * REMOVE U SER FROM R EGISTRY
  9   ********** ********** ********** ********** ********** ********** *********/
  10   IF (SELECT  COUNT(*)  FROM [dbo] .[USER_REG ISTRIES] W HERE [STD_ REGISTRY_I D] = 6) >  0
  11   BEGIN
  12  
  13   DELETE FRO M [dbo].[U SER_REGIST RIES] WHER E [STD_REG ISTRY_ID]  = 6 AND [U SER_ID] =  190;
  14  
  15   END
  16   GO
  17  
  18   /********* ********** ********** ********** ********** ********** **********
  19   * DELETE R OLE TO PAG E RELATION SHIP
  20   ********** ********** ********** ********** ********** ********** *********/
  21   -- 407: MS SR_SYSTEM_ ADMINISTRA TOR
  22   DELETE FRO M [dbo].[R OLE_PERMIS SIONS] WHE RE [STD_RO LE_ID] > 4 06 AND [ST D_ROLE_ID]  < 413;
  23  
  24   -- DELETE  MSSR PAGES
  25   DELETE FRO M [dbo].[S TD_APPPAGE ] WHERE [C ODE] = 'MS SR ADMIN E DIT USERS' ;
  26   DELETE FRO M [dbo].[S TD_APPPAGE ] WHERE [C ODE] = 'MS SR ADMIN L IST USERS' ;
  27   DELETE FRO M [dbo].[S TD_APPPAGE ] WHERE [C ODE] = 'MS SR PATIENT S';
  28   DELETE FRO M [dbo].[S TD_APPPAGE ] WHERE [C ODE] = 'MS SR DEFAULT ';
  29   DELETE FRO M [dbo].[S TD_APPPAGE ] WHERE [C ODE] = 'MS SR DEFAULT  REPORTING ';
  30   DELETE FRO M [dbo].[S TD_APPPAGE ] WHERE [C ODE] = 'MS SR ADMIN U SER ROLE';
  31   DELETE FRO M [dbo].[S TD_APPPAGE ] WHERE [C ODE] = 'MS SR SYSTEM  AVAILABILI TY';
  32   DELETE FRO M [dbo].[S TD_APPPAGE ] WHERE [C ODE] = 'MS SR CUSTOM  REPORTING' ;
  33   DELETE FRO M [dbo].[S TD_APPPAGE ] WHERE [C ODE] = 'MS SR TEST DA TA CREATIO N';
  34  
  35  
  36   -- REMOVE  USER FROM  ROLE
  37   DELETE FRO M [dbo].[U SER_ROLES]  WHERE ([S TD_ROLE_ID ] > 406 AN D [STD_ROL E_ID] < 41 3);
  38  
  39   -- DELETE  MSSR ROLES
  40   DELETE FRO M [dbo].[S TD_ROLE] W HERE CODE  = 'MSSR_SY STEM_ADMIN ISTRATOR';  -- ADMIN  - SUPER US ER
  41   DELETE FRO M [dbo].[S TD_ROLE] W HERE CODE  = 'MSSR_NA TIONAL'; - - MSSR_NAT IONAL
  42   DELETE FRO M [dbo].[S TD_ROLE] W HERE CODE  = 'MSSR_LO CAL_ADMINI STRATOR';  -- MSSR_LO CAL_ADMINI STRATOR
  43   DELETE FRO M [dbo].[S TD_ROLE] W HERE CODE  = 'MSSR_LO CAL'; -- M SSR_LOCAL
  44   DELETE FRO M [dbo].[S TD_ROLE] W HERE CODE  = 'MSSR_NA TIONAL_REA DONLY'; --  MSSR_NATI ONAL_READO NLY
  45   DELETE FRO M [dbo].[S TD_ROLE] W HERE CODE  = 'MSSR_LO CAL_READON LY'; -- MS SR_LOCAL_R EADONLY
  46  
  47   -- DELETE  USERS FROM  REGISTRY
  48   DELETE FRO M [dbo].[U SER_REGIST RIES] WHER E [STD_REG ISTRY_ID]  = 6;
  49  
  50   -- FOR DEL ETING REGI STRY
  51   DELETE FRO M [dbo].[S TD_REGISTR Y] WHERE [ CODE] = 'M SSR';