131. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/16/2019 12:02:04 PM Eastern 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.

131.1 Files compared

# Location File Last Modified
1 Direct_DSM.zip\Direct_DSM\libraries\migrations v-1-11.sql Tue Aug 13 17:30:04 2019 UTC
2 Direct_DSM.zip\Direct_DSM\libraries\migrations v-1-11.sql Thu Aug 15 19:41:08 2019 UTC

131.2 Comparison summary

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

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

131.4 Active regular expressions

No regular expressions were active.

131.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 . URL /centrallo gin/centra llanding.a spx"
  23   --- api.in i
  24   ---- sso_l ogout_page ="https:// DNS . URL /centrallo gin/centra llanding.a spx"
  25  
  26   -- END: VA  SSOi Auth entication  Feature - -