Support unknown device type

This commit is contained in:
wqy
2023-10-14 15:35:16 +08:00
parent 0457492b21
commit 6c345a29dc
4 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
create type scada_device_type as enum ('PRESSURE', 'DEMAND', 'QUALITY', 'LEVEL', 'FLOW');
create type scada_device_type as enum ('PRESSURE', 'DEMAND', 'QUALITY', 'LEVEL', 'FLOW', 'UNKNOWN');
create table scada_device
(