Setting of valve [GPV] should be string
This commit is contained in:
@@ -9,7 +9,7 @@ create table valves
|
||||
, node2 varchar(32) references _node(id) not null
|
||||
, diameter numeric not null
|
||||
, type valves_type not null
|
||||
, setting numeric not null
|
||||
, setting text not null
|
||||
, minor_loss numeric not null
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user