diff --git a/create-db.sql b/create-db.sql index 4f0e3d5..18d471a 100644 --- a/create-db.sql +++ b/create-db.sql @@ -18,3 +18,6 @@ response_dump varchar(5000) ); + GRANT DELETE, INSERT, SELECT, UPDATE ON nameidentifier TO idpc; + GRANT DELETE, INSERT, SELECT, UPDATE ON users TO idpc; + GRANT DELETE, INSERT, SELECT, UPDATE ON assertions TO idpc;