YCPRadioTelescope / RT-Contracts

Back-end architecture for the Radio Telescope Senior Software Design Project for the 2018-2019 academic year
3 stars 1 forks source link

Add sensor overrides for the sensor network #123

Closed pdnelson closed 3 years ago

pdnelson commented 3 years ago

This will be a simple Liquibase migration to add records for the new sensors.

The following sensor_names will need added and their overridden value set to 0:

We also want overrides for the proximity sensors:

This values will need to be added as enums to the sensor_name column first.

Run tests after implementing to verify everything still passes.