Skip to content

Commit

Permalink
dbfunctions change
Browse files Browse the repository at this point in the history
  • Loading branch information
nczirjak-acdh committed Aug 29, 2024
1 parent e397422 commit 39a8b15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inst/dbfunctions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
);

grant select, insert, update, delete on gui.search_cache to gui;

0 comments on commit 39a8b15

Please sign in to comment.