Files
HomeMonitor/Environment/Service/Data/Schema/3-Device Table - StoppedReporting.psql

4 lines
90 B
Plaintext

ALTER TABLE
device
ADD COLUMN
stopped_reporting boolean NOT NULL DEFAULT false;