...
If you are using appointment module in your implementation, then you should add a database migration to add two person attributes that are required by the appointment module to function correctly. They are 'Telephone Number' and 'Unknown patient'. For example, https://github.com/Bhamni/jss-config/blob/master/openmrs/migrations/liquibase.xml#L1706
- Add a migration in the bahmni_config/openmrs/migrations folder.
- This migrations can be added directly to the liquibase.xml file or other based on your migrations folder structure.
- The migration should contain the following two changesets.
...