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