Drop demand & pattern from junction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user