first commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
CREATE USER read_only PASSWORD 'password';
|
||||
ALTER DEFAULT PRIVILEGES FOR USER overleaf IN SCHEMA public GRANT SELECT ON TABLES TO read_only;
|
Reference in New Issue
Block a user