From 39a8b15c6729b32c99edb85d74e5d0ecb179e26d Mon Sep 17 00:00:00 2001 From: Norbert Czirjak Date: Thu, 29 Aug 2024 09:34:41 +0200 Subject: [PATCH] dbfunctions change --- inst/dbfunctions.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inst/dbfunctions.sql b/inst/dbfunctions.sql index 9022ccb..a4ed894 100644 --- a/inst/dbfunctions.sql +++ b/inst/dbfunctions.sql @@ -4,4 +4,6 @@ CREATE TABLE IF NOT EXISTS gui.search_cache ( response text NOT NULL, created timestamp without time zone NOT NULL, requested timestamp without time zone NOT NULL -); \ No newline at end of file +); + +grant select, insert, update, delete on gui.search_cache to gui; \ No newline at end of file