Skip to content

Commit

Permalink
step_a107_orthanc_config.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudFonzam committed Jul 18, 2024
1 parent ddf10f6 commit e9dfb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/step_a107_orthanc_config.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CREATE TABLE OH_ORTHANC_PATIENT (
UNIQUE (ORP_PAT_ID_A)
)ENGINE = INNODB DEFAULT CHARACTER SET utf8;

INSERT INTO `oh_orthanc_users`(`ORC_ID`, `ORC_USER_NAME`, `ORC_US_ID_A`, `ORC_PASSWORD`, `ORC_CREATED_BY`, `ORC_CREATED_DATE`, `ORC_LAST_MODIFIED_BY`, `ORC_LAST_MODIFIED_DATE`, `ORC_ACTIVE`) VALUES (1,'u2g','admin','u2g123',NULL,NULL,NULL,NULL,1);
INSERT INTO `oh_orthanc_users`(`ORU_ID`, `ORU_USER_NAME`, `ORU_US_ID_A`, `ORU_PASSWORD`, `ORU_CREATED_BY`, `ORU_CREATED_DATE`, `ORU_LAST_MODIFIED_BY`, `ORU_LAST_MODIFIED_DATE`, `ORU_ACTIVE`) VALUES (1,'u2g','admin','u2g123',NULL,NULL,NULL,NULL,1);

-- update permission

Expand Down

0 comments on commit e9dfb35

Please sign in to comment.