Guest User

Untitled

a guest
Jun 14th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. + sudo rm -f /tmp/openmrs_patient.csv
  2. + mysql -uroot -ppassword openmrs
  3. Warning: Using a password on the command line interface can be insecure.
  4. + psql -Uclinlims -f deidentify_openelis.sql
  5. TRUNCATE TABLE
  6. UPDATE 20
  7. UPDATE 62
  8. UPDATE 1
  9. UPDATE 1
  10. UPDATE 2
  11. UPDATE 0
  12. UPDATE 2
  13. + psql -Upostgres -dclinlims -f copy_openmrs_patient_data_to_openelis.sql
  14. SET
  15. psql:copy_openmrs_patient_data_to_openelis.sql:5: NOTICE: table "temp_openmrs_patient" does not exist, skipping
  16. DROP TABLE
  17. psql:copy_openmrs_patient_data_to_openelis.sql:10: NOTICE: CREATE TABLE / UNIQUE will create implicit index "temp_openmrs_patient_old_uuid_key" for table "temp_openmrs_patient"
  18. CREATE TABLE
  19. COPY 44
  20. UPDATE 44
  21. UPDATE 44
  22. UPDATE 44
  23. DROP TABLE
  24. + psql -Uopenerp -f deidentify_openerp.sql
  25. TRUNCATE TABLE
  26. TRUNCATE TABLE
  27. UPDATE 72
  28. UPDATE 3
  29. UPDATE 4
  30. UPDATE 0
  31. psql:deidentify_openerp.sql:24: NOTICE: truncate cascades to table "mail_compose_message"
  32. psql:deidentify_openerp.sql:24: NOTICE: truncate cascades to table "mail_mail"
  33. psql:deidentify_openerp.sql:24: NOTICE: truncate cascades to table "mail_message_res_partner_rel"
  34. psql:deidentify_openerp.sql:24: NOTICE: truncate cascades to table "mail_notification"
  35. psql:deidentify_openerp.sql:24: NOTICE: truncate cascades to table "mail_vote"
  36. psql:deidentify_openerp.sql:24: NOTICE: truncate cascades to table "message_attachment_rel"
  37. psql:deidentify_openerp.sql:24: NOTICE: truncate cascades to table "mail_compose_message_ir_attachments_rel"
  38. psql:deidentify_openerp.sql:24: NOTICE: truncate cascades to table "mail_compose_message_res_partner_rel"
  39. TRUNCATE TABLE
  40. psql:deidentify_openerp.sql:25: NOTICE: truncate cascades to table "mail_followers_mail_message_subtype_rel"
  41. TRUNCATE TABLE
  42. UPDATE 7
  43. UPDATE 4
  44. UPDATE 4
  45. + psql -Upostgres -dopenerp -f copy_openmrs_patient_data_to_openerp.sql
  46. psql:copy_openmrs_patient_data_to_openerp.sql:3: NOTICE: table "temp_openmrs_patient" does not exist, skipping
  47. DROP TABLE
  48. psql:copy_openmrs_patient_data_to_openerp.sql:7: NOTICE: CREATE TABLE / UNIQUE will create implicit index "temp_openmrs_patient_old_uuid_key" for table "temp_openmrs_patient"
  49. CREATE TABLE
  50. COPY 44
  51. psql:copy_openmrs_patient_data_to_openerp.sql:14: NOTICE: table "temp_res_partner_ref" does not exist, skipping
  52. DROP TABLE
  53. SELECT 87
  54. UPDATE 87
  55. UPDATE 44
  56. DROP TABLE
  57. DROP TABLE
  58. + sudo rm -f /tmp/openmrs_patient.csv
Add Comment
Please, Sign In to add comment