90. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/20/2017 5:56:12 PM Eastern Standard 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.

90.1 Files compared

# Location File Last Modified
1 Genisis_2.0_v6_bld6.zip\Source Code\UI\Schema Request-delete-columns (2).sql Thu Dec 14 19:55:59 2017 UTC
2 Genisis_2.0_v6_bld6.zip\Source Code\UI\Schema Request-delete-columns (2).sql Wed Dec 20 22:03:53 2017 UTC

90.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 106
Changed 2 4
Inserted 0 0
Removed 0 0

90.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

90.4 Active regular expressions

No regular expressions were active.

90.5 Comparison detail

  1   /*
  2      Tuesday , May 16,  20178:21:4 3 AM
  3      User: s a
  4        Server:  PII
  5      Databas e: GENISIS _DB
  6      Applica tion: 
  7   */
  8  
  9   /* To prev ent any po tential da ta loss is sues, you  should rev iew this s cript in d etail befo re running  it outsid e the cont ext of the  database  designer.* /
  10   BEGIN TRAN SACTION
  11   SET QUOTED _IDENTIFIE R ON
  12   SET ARITHA BORT ON
  13   SET NUMERI C_ROUNDABO RT OFF
  14   SET CONCAT _NULL_YIEL DS_NULL ON
  15   SET ANSI_N ULLS ON
  16   SET ANSI_P ADDING ON
  17   SET ANSI_W ARNINGS ON
  18   COMMIT
  19   BEGIN TRAN SACTION
  20   GO
  21   ALTER TABL E dbo.Requ est
  22           DR OP COLUMN  ApprovalSt atus, Deta ilesIntern alStatusCo de, Notify Collaborat ers, Assoc iatedReque st1, Assoc iatedReque st2, Assoc iatedReque st3
  23   GO
  24   ALTER TABL E dbo.Requ est SET (L OCK_ESCALA TION = TAB LE)
  25   GO
  26   COMMIT
  27  
  28  
  29  
  30   /*
  31      Tuesday , May 16,  20178:21:4 3 AM
  32      User: s a
  33        Server:  PII
  34      Databas e: GENISIS _DB
  35      Applica tion: 
  36   */
  37  
  38   /* To prev ent any po tential da ta loss is sues, you  should rev iew this s cript in d etail befo re running  it outsid e the cont ext of the  database  designer.* /
  39   BEGIN TRAN SACTION
  40   SET QUOTED _IDENTIFIE R ON
  41   SET ARITHA BORT ON
  42   SET NUMERI C_ROUNDABO RT OFF
  43   SET CONCAT _NULL_YIEL DS_NULL ON
  44   SET ANSI_N ULLS ON
  45   SET ANSI_P ADDING ON
  46   SET ANSI_W ARNINGS ON
  47   COMMIT
  48   BEGIN TRAN SACTION
  49   GO
  50   ALTER TABL E dbo.Requ estHistory
  51           DR OP COLUMN  ApprovalSt atus, Deta ilesIntern alStatusCo de, Notify Collaborat ers, Assoc iatedReque st1, Assoc iatedReque st2, Assoc iatedReque st3
  52   GO
  53   ALTER TABL E dbo.Requ estHistory  SET (LOCK _ESCALATIO N = TABLE)
  54   GO
  55   COMMIT