143. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/13/2019 2:49:53 PM 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.

143.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\DSM\Direct_VLER-Libraries\migrations v-1-11.sql Tue Mar 12 21:54:24 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\DSM-scrubbed\Direct_VLER-Libraries\migrations v-1-11.sql Wed Mar 13 04:48:14 2019 UTC

143.2 Comparison summary

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

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

143.4 Active regular expressions

No regular expressions were active.

143.5 Comparison detail

  1   -- SQL FOR  1.11 RELE ASE
  2  
  3   -- Start:  Patient Au thorizatio n Feature  --
  4  
  5   ALTER TABL E mail.dbo .messages
  6   ADD [non_v a_referral ] [tinyint ]  NULL
  7   -- END: Pa tient Auth orization  Feature --
  8  
  9  
  10  
  11   -- Start:  VA SSOi Au thenticati on Feature  --
  12   --- NOTE:  Adding a n ew column  to capture /record th e "VAUID"  that acts  as the uni que identi fier from  the VA AD.
  13   --- NOTE:  This imple menation a lso requir es the ins tallation  of Apache  on the Gat eway serve r. See Ins tall instr uctions fo r v1.11
  14   ALTER TABL E api.dbo. users
  15   ADD [user_ va_uid] [b igint] NUL L
  16  
  17   ALTER TABL E direct.d bo.users
  18   ADD [user_ va_uid] [b igint] NUL L
  19  
  20   -- Constan ts were ch anged for  this relea se for SSO i implemen tation
  21   --- webmai l.ini
  22   ---- sso_l ogout_page ="https:// DNS         .iam. DOMAIN . EXT /centrallo gin/centra llanding.a spx"
  23   --- api.in i
  24   ---- sso_l ogout_page ="https:// DNS         .iam. DOMAIN . EXT /centrallo gin/centra llanding.a spx"
  25  
  26   -- END: VA  SSOi Auth entication  Feature - -