Fix ofid table to prevent PK collisions

pull/28/head
Dan Caseley 2020-12-17 17:05:12 +00:00 committed by Guus der Kinderen
parent b75962f9bb
commit 9f6d82f60b
1 changed files with 1 additions and 1 deletions

View File

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