Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --liquibase formatted sql
- --changeset mario-areias:bahmniregistration-2013-09-26-16:37
- -- All patient attributes required
- INSERT INTO person_attribute_type (name, description, format, searchable, creator, date_created, retired, sort_weight, uuid) VALUES ('caste', 'Caste', 'java.lang.String', '1', 1, curdate(), 0, 2, uuid());
- INSERT INTO person_attribute_type (name, description, format, searchable, creator, date_created, retired, sort_weight, uuid) VALUES ('education', 'Education', 'java.lang.String', '1', 1, curdate(), 0, 3, uuid());
- INSERT INTO person_attribute_type (name, description, format, searchable, creator, date_created, retired, sort_weight, uuid) VALUES ('occupation', 'Occupation', 'java.lang.String', '1', 1, curdate(), 0, 4, uuid());
- INSERT INTO person_attribute_type (name, description, format, searchable, creator, date_created, retired, sort_weight, uuid) VALUES ('primaryContact', 'Primary Contact', 'java.lang.String', '1', 1, curdate(), 0, 5, uuid());
- INSERT INTO person_attribute_type (name, description, format, searchable, creator, date_created, retired, sort_weight, uuid) VALUES ('secondaryContact', 'Secondary Contact', 'java.lang.String', '1', 1, curdate(), 0, 6, uuid());
- INSERT INTO person_attribute_type (name, description, format, searchable, creator, date_created, retired, sort_weight, uuid) VALUES ('Health Center', 'Health Center of registered user', 'org.openmrs.Location', '1', 1, curdate(), 0, 7, uuid());
- INSERT INTO person_attribute_type (name, description, format, searchable, creator, date_created, retired, sort_weight, uuid) VALUES ('primaryRelative', 'Primary Relative', 'java.lang.String', '1', 1, curdate(), 0, 8, uuid());
Advertisement
Add Comment
Please, Sign In to add comment