Drop demand & pattern from junction

This commit is contained in:
WQY\qiong
2023-03-01 22:59:40 +08:00
parent e83d3a83a5
commit 628258ef52
6 changed files with 18 additions and 133 deletions

View File

@@ -4,8 +4,6 @@ create table junctions
(
id varchar(32) primary key references _node(id)
, elevation numeric not null
, demand numeric
, pattern varchar(32) references _pattern(id)
);
-- unset pattern when delete pattern