Insert into role (role,description,uuid) values ('bahmni-CHW','Role for community health worker(Registration, Clinical without Diagnosis)',uuid()); Insert into role (role,description,uuid) values ('bahmni-common','Role with the minimum privileges to login to Bahmni App and see the Home page',uuid()); Insert into role (role,description,uuid) values ('bahmni-doctor','Role with privileges to clinical',uuid()); Insert into role (role,description,uuid) values ('bahmni-registration','Role to access complete Registration Module',uuid()); Insert into role (role,description,uuid) values ('Clinical:FullAccess','Will have full access to clinical app',uuid()); Insert into role (role,description,uuid) values ('Clinical:ReadOnly','Will have read only access to clinical app',uuid());