Files
HomeMonitor/Environment/Service/Data/Queries/SetDeviceStoppedReporting.psql

6 lines
87 B
Plaintext

UPDATE
device
SET
stopped_reporting = @StoppedReporting
WHERE
name = @Name;