All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dule.bahmnicore-omod.1.2.0.source-code.V1_23__DeleteOpenMRSCorePersonAttributes.sql Maven / Gradle / Ivy

-- In OpenMRS Core liquibase-core-data.xml the ids are hard coded ( 1 to 7)
SET foreign_key_checks = 0;
delete from person_attribute_type where person_attribute_type_id >= 1 and person_attribute_type_id <= 7;
SET foreign_key_checks = 1;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy