Fix ofid table to prevent PK collisions
parent
b75962f9bb
commit
9f6d82f60b
|
@ -610,7 +610,7 @@ COPY public.ofgroupuser (groupname, username, administrator) FROM stdin;
|
||||||
--
|
--
|
||||||
|
|
||||||
COPY public.ofid (idtype, id) FROM stdin;
|
COPY public.ofid (idtype, id) FROM stdin;
|
||||||
18 1
|
18 11
|
||||||
19 1
|
19 1
|
||||||
26 2
|
26 2
|
||||||
23 6
|
23 6
|
||||||
|
|
Loading…
Reference in New Issue