Add temp link for region calculation
This commit is contained in:
@@ -22,6 +22,12 @@ create table temp_node
|
||||
);
|
||||
|
||||
|
||||
create table temp_link
|
||||
(
|
||||
link varchar(32) primary key references _link(id)
|
||||
);
|
||||
|
||||
|
||||
create table temp_vd_topology
|
||||
(
|
||||
id serial
|
||||
|
||||
Reference in New Issue
Block a user