Changes between Version 5 and Version 6 of OpenSpecimen HowTo Use Expedited Entry for a Study
- Timestamp:
- 03/21/16 14:33:36 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenSpecimen HowTo Use Expedited Entry for a Study
v5 v6 20 20 INSERT INTO os_cp_workflows SELECT {new_cp_id}, WORKFLOW FROM os_cp_workflows WHERE CP_ID = {old_cp_id}; 21 21 }}} 22 23 5. Stop Tomcat 24 6. Make sure that the Java process has stopped using `ps -f` and killing the process if necessary. 25 7. Start Tomcat 22 26 23 27 == Procedure 2