Relax dma parent constraint
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
create table region_dma
|
create table region_dma
|
||||||
(
|
(
|
||||||
id text primary key references region(id)
|
id text primary key references region(id)
|
||||||
, parent text references region_dma(id)
|
, parent text --references region_dma(id)
|
||||||
, nodes text not null
|
, nodes text not null default ''
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user