Add temp link for region calculation

This commit is contained in:
WQY\qiong
2023-04-30 11:29:31 +08:00
parent c4b01fc48c
commit e033a3c3c7

View File

@@ -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