Add reaction api and test
This commit is contained in:
@@ -2,10 +2,18 @@
|
||||
|
||||
create table reactions_global
|
||||
(
|
||||
key text not null
|
||||
, value numeric not null
|
||||
_no integer primary key
|
||||
, order_bulk numeric
|
||||
, order_wall numeric
|
||||
, order_tank numeric
|
||||
, global_bulk numeric
|
||||
, global_wall numeric
|
||||
, limiting_potential numeric
|
||||
, roughness_correlation numeric
|
||||
);
|
||||
|
||||
insert into reactions_global values (0, null, null, null, null, null, null, null);
|
||||
|
||||
create table reactions_pipe_bulk
|
||||
(
|
||||
pipe varchar(32) primary key references pipes(id) not null
|
||||
|
||||
Reference in New Issue
Block a user