Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Mar 7, 2024
1 parent 26d84c3 commit 8d0e05e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions scripts/coursesdb/run.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/setup_user.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REVOKE ALL ON schema public FROM public;
-- REVOKE ALL ON schema public FROM public;
CREATE ROLE student WITH LOGIN PASSWORD 'student'
NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE NOREPLICATION VALID UNTIL 'infinity';
GRANT SELECT ON ALL TABLES IN SCHEMA public TO student;
Expand Down

0 comments on commit 8d0e05e

Please sign in to comment.