From 5697b3983b295be442a28dd35adeaaa4965dd627 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 28 Nov 2023 13:59:11 -0600 Subject: [PATCH] Fix permissions --- db/schemas/sokwedb/tables/create/comm_memb_log.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schemas/sokwedb/tables/create/comm_memb_log.m4 b/db/schemas/sokwedb/tables/create/comm_memb_log.m4 index f76aae7..7bdca58 100644 --- a/db/schemas/sokwedb/tables/create/comm_memb_log.m4 +++ b/db/schemas/sokwedb/tables/create/comm_memb_log.m4 @@ -40,5 +40,5 @@ CREATE TABLE comm_memb_log ( REFERENCES people (person) ); -grant_priv(`COMM_MEMBS') +grant_priv(`COMM_MEMB_LOG') grant_seq_priv(`COMM_MEMB_LOG', `CommMLID') -- 2.34.1