Remove chinese

This commit is contained in:
DingZQ
2025-02-08 21:30:38 +08:00
parent 3e873fad78
commit 20d3566f30
4 changed files with 5 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
-- [HISTORY_PATTERNS_FLOWS]
-- 王名豪
-- WMH
-- 2025/01/12
-- 保存patternpattern基于历史的流量数据,用于后续流量数据更新pattern
-- Save pattern and pattern based history flow data. Use it for flow update pattern
create table history_patterns_flows
(
_order serial primary key

View File

@@ -1,12 +1,6 @@
-- [SCADA_INFO]
-- 王名豪
-- WMH
-- 2025/01/12
-- 存储水厂提供的SCADA设备相关数据包括设备ID、类型、关联的模型元素ID、关联的模式、
-- 关联的干管流量计对应的模型元素ID即demand大用户处于某个pipe_flow干管流量计之下
-- 关联的出厂流量计对应的模型元素ID若干个即确认该设备的水源是哪几个根据水源不同设置为不同的分区
-- SCADA设备通过数据接口查询的ID、传输模式实时/非实时)、传输频率(多久传回一次数据)
-- X坐标、Y坐标、基于X坐标和Y坐标生成geometry类型的数据
create table scada_info
(
id varchar(32) primary key

View File

@@ -1,5 +1,3 @@
-- 王名豪
-- WMH
-- 2025/01/12
-- 删除history_patterns_flows这张表
drop table if exists history_patterns_flows;

View File

@@ -1,5 +1,3 @@
-- 王名豪
-- WMH
-- 2025/01/12
-- 删除scada_info这张表
drop table if exists scada_info;