From 9f6d82f60bf772258e541b298bb2438a7a970b12 Mon Sep 17 00:00:00 2001 From: Dan Caseley Date: Thu, 17 Dec 2020 17:05:12 +0000 Subject: [PATCH] Fix ofid table to prevent PK collisions --- sql/clustered/1/openfire.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/clustered/1/openfire.sql b/sql/clustered/1/openfire.sql index f47f18e..234ab11 100644 --- a/sql/clustered/1/openfire.sql +++ b/sql/clustered/1/openfire.sql @@ -610,7 +610,7 @@ COPY public.ofgroupuser (groupname, username, administrator) FROM stdin; -- COPY public.ofid (idtype, id) FROM stdin; -18 1 +18 11 19 1 26 2 23 6