Produced by Araxis Merge on 4/27/2017 3:14:08 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Thu Apr 27 19:14:08 2017 UTC | ||
| 2 | PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_DataMgmt\target\PS_INB_ERX_DataMgmt-1.0.2.010-zipfile.zip\INB_ERX2.0\Data | LOAD_USER_ROLES.sql | Thu Feb 2 21:25:10 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 29 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | DELETE FRO M ERX.USER _ROLES; | |||||
| 2 | DELETE FRO M ERX.USER S WHERE US ERS_ID not in (1); | |||||
| 3 | DELETE FRO M ERX.ROLE S; | |||||
| 4 | ||||||
| 5 | REM INSERT ING into E RX.ROLES | |||||
| 6 | SET DEFINE OFF; | |||||
| 7 | INSERT int o ERX.ROLE S (ROLE_NA ME,ENABLED ) values ( 'SYSTEM_AD MN',1); | |||||
| 8 | INSERT int o ERX.ROLE S (ROLE_NA ME,ENABLED ) values ( 'PHARM_MGR ',1); | |||||
| 9 | INSERT int o ERX.ROLE S (ROLE_NA ME,ENABLED ) values ( 'PBM_ADMN' ,1); | |||||
| 10 | INSERT int o ERX.ROLE S (ROLE_NA ME,ENABLED ) values ( 'PHARM_TEC H',1); | |||||
| 11 | ||||||
| 12 | REM INSERT ING into E RX.USERS | |||||
| 13 | SET DEFINE OFF; | |||||
| 14 | INSERT int o ERX.USER S (USERS_I D,VA_USERI D,ENABLED, UPDATED_DA TE,CREATED _DATE) val ues (2,'PH ARM_MANAGE R',1,null, sysdate); | |||||
| 15 | INSERT int o ERX.USER S (USERS_I D,VA_USERI D,ENABLED, UPDATED_DA TE,CREATED _DATE) val ues (3,'PB M_USER',1, null,sysda te); | |||||
| 16 | INSERT int o ERX.USER S (USERS_I D,VA_USERI D,ENABLED, UPDATED_DA TE,CREATED _DATE) val ues (4,'PH ARMACIST', 1,null,sys date); | |||||
| 17 | INSERT int o ERX.USER S (USERS_I D,VA_USERI D,ENABLED, UPDATED_DA TE,CREATED _DATE) val ues (5,'TE CH',1,null ,sysdate); | |||||
| 18 | INSERT int o ERX.USER S (USERS_I D,VA_USERI D,ENABLED, UPDATED_DA TE,CREATED _DATE) val ues (6,'RE ADONLY',1, null,sysda te); | |||||
| 19 | --INSERT i nto ERX.US ERS (USERS _ID,VA_USE RID,ENABLE D,UPDATED_ DATE,CREAT ED_DATE) v alues (1,' ERX_SYSTEM ',1,null,s ysdate); | |||||
| 20 | ||||||
| 21 | REM INSERT ING into E RX.USER_RO LES | |||||
| 22 | SET DEFINE OFF; | |||||
| 23 | INSERT int o ERX.USER _ROLES (US ER_ROLES_I D,ROLE_NAM E,USER_ID) values (1 ,'SYSTEM_A DMN',1); | |||||
| 24 | INSERT int o ERX.USER _ROLES (US ER_ROLES_I D,ROLE_NAM E,USER_ID) values (2 ,'PHARM_MG R',2); | |||||
| 25 | INSERT int o ERX.USER _ROLES (US ER_ROLES_I D,ROLE_NAM E,USER_ID) values (3 ,'PBM_ADMN ',3); | |||||
| 26 | INSERT int o ERX.USER _ROLES (US ER_ROLES_I D,ROLE_NAM E,USER_ID) values (4 ,'PHARM_TE CH',4); | |||||
| 27 | INSERT int o ERX.USER _ROLES (US ER_ROLES_I D,ROLE_NAM E,USER_ID) values (5 ,'PHARM_TE CH',5); | |||||
| 28 | ||||||
| 29 | commit; |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.