Remove chinese
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
-- [HISTORY_PATTERNS_FLOWS]
|
-- [HISTORY_PATTERNS_FLOWS]
|
||||||
-- 王名豪
|
-- WMH
|
||||||
-- 2025/01/12
|
-- 2025/01/12
|
||||||
-- 保存pattern和pattern基于历史的流量数据,用于后续流量数据更新pattern
|
-- Save pattern and pattern based history flow data. Use it for flow update pattern
|
||||||
create table history_patterns_flows
|
create table history_patterns_flows
|
||||||
(
|
(
|
||||||
_order serial primary key
|
_order serial primary key
|
||||||
|
|||||||
@@ -1,12 +1,6 @@
|
|||||||
-- [SCADA_INFO]
|
-- [SCADA_INFO]
|
||||||
-- 王名豪
|
-- WMH
|
||||||
-- 2025/01/12
|
-- 2025/01/12
|
||||||
-- 存储水厂提供的SCADA设备相关数据,包括设备ID、类型、关联的模型元素ID、关联的模式、
|
|
||||||
-- 关联的干管流量计对应的模型元素ID(即demand(大用户)处于某个pipe_flow(干管流量计)之下
|
|
||||||
-- 关联的出厂流量计对应的模型元素ID若干个(即确认该设备的水源是哪几个,根据水源不同,设置为不同的分区)
|
|
||||||
-- SCADA设备通过数据接口查询的ID、传输模式(实时/非实时)、传输频率(多久传回一次数据)
|
|
||||||
-- X坐标、Y坐标、基于X坐标和Y坐标生成geometry类型的数据
|
|
||||||
|
|
||||||
create table scada_info
|
create table scada_info
|
||||||
(
|
(
|
||||||
id varchar(32) primary key
|
id varchar(32) primary key
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
-- 王名豪
|
-- WMH
|
||||||
-- 2025/01/12
|
-- 2025/01/12
|
||||||
-- 删除history_patterns_flows这张表
|
|
||||||
|
|
||||||
drop table if exists history_patterns_flows;
|
drop table if exists history_patterns_flows;
|
||||||
@@ -1,5 +1,3 @@
|
|||||||
-- 王名豪
|
-- WMH
|
||||||
-- 2025/01/12
|
-- 2025/01/12
|
||||||
-- 删除scada_info这张表
|
|
||||||
|
|
||||||
drop table if exists scada_info;
|
drop table if exists scada_info;
|
||||||
Reference in New Issue
Block a user