The steps below need to be completed according to whether you use Oracle or SQL Server in order to get updates for Long Term Device functionality added at 10.6.1b. To update the following steps need to be performed:
For Oracle:
Open the oracle database in Oracle SQL Developer.
Connect to your Responder database.
Open Triggers.
Right click RX_INCIDENT_DEVICES_TRG and click Edit.
Insert long_term_status after remarks in each of the insert statements. Insert :new.long_term_status in the ‘INSERT’ and ‘UPDATE’ value statements. Insert :old.long_term_status in the ‘DELETE’ value statement.
Right Click in the editor and choose compile (Ctrl + F8).
For SQL:
Open the database using Microsoft SQL Server Management Studios.
Navigate to Tables.
Find the RX_INCIDENT_DEVICES table.
Open the triggers folder under the RX_INCIDENT_DEVICES table.
Right click the rx_incident_devices_trg and click modify.
Insert the ‘long_term_status’ column to the insert and select statement for the insert trigger.
Insert the ‘long_term_status’ column to the insert and select statement for the delete trigger.