Table of Contents | ||||||||
---|---|---|---|---|---|---|---|---|
|
Overview
This module can be used for anyone who has populated the OpenMRS database with test data and would like to delete it. Be aware that the module does not distinguish test data from real data; it will delete ALL selected data.
...
I would like to establish a better way to determine foreign key restraints for the DataDeletionRule The current method will require heavy maintenance after each Database version upgrade. It would be nice to acquire foreign key restraints from Hibernate.
Download
httphttps://modulesaddons.openmrs.org/#/modulesshow/vieworg.openmrs.jsp?module=.datadeletion
Release Notes
- 1.0.1
- Fixed module to work in conjunction with reporting module
- Removed some randomly placed jar files to make the omod download smaller.
- 1.0
- Updated for the 1.6 database schema (new tables: concept_name_tag, concept_name_tag_map; removed: concept_synonym, complex_obs)
- Updated JSP to enable/disable prerequisite checkboxes
- 0.9
- Removed unit tests that were compiled into the omod