Add nodes for generated region
This commit is contained in:
@@ -2,4 +2,5 @@ create table region_dma
|
||||
(
|
||||
id text primary key references region(id)
|
||||
, parent text references region_dma(id)
|
||||
, nodes text not null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user