> ## Documentation Index
> Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Version 1.0.1: April 2023

## Product Enhancements

| Table             | Updates                            |
| ----------------- | ---------------------------------- |
| appointment       | added service\_location\_id column |
| service\_location | added name column                  |

***

## Release Highlights

This was a hotfix release to add appointment location data requested by customers. The changes were extended to all HDB customers since the data is broadly useful.

**Added service\_location\_id to appointments table**

The `service_location_id` column was added to the `appointment` table as a foreign key joining to `service_location.id`, allowing customers to report on which location an appointment was scheduled at.

**Added name to service\_location table**

The `name` column was added to the `service_location` table so customers can join from `appointment.service_location_id` and retrieve the human-readable location name.
