Refine source schema

This commit is contained in:
WQY\qiong
2022-10-22 11:00:45 +08:00
parent e68cd998b3
commit b6496348bf

View File

@@ -1,6 +1,6 @@
-- [SOURCES]
create type sources_type as enum ('concen', 'mass', 'flowpaced', 'setpoint');
create type sources_type as enum ('CONCEN', 'MASS', 'FLOWPACED', 'SETPOINT');
create table sources
(