From b6496348bfbeba5da57bd65bdaa81a006cbd1cdc Mon Sep 17 00:00:00 2001 From: "WQY\\qiong" Date: Sat, 22 Oct 2022 11:00:45 +0800 Subject: [PATCH] Refine source schema --- script/sql/create/18.sources.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/sql/create/18.sources.sql b/script/sql/create/18.sources.sql index 0da8c6f..956d61d 100644 --- a/script/sql/create/18.sources.sql +++ b/script/sql/create/18.sources.sql @@ -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 (