Skip to content

Commit 76e334d

Browse files
🐳 fix: replace full database permissions with superuser permissions for test database user
1 parent 07b2a8a commit 76e334d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CREATE USER openzaak;
22
CREATE DATABASE openzaak;
3-
GRANT ALL PRIVILEGES ON DATABASE openzaak TO openzaak;
3+
ALTER USER openzaak WITH superuser;
44
-- On Postgres 15+, connect to the database and grant schema permissions.
55
-- GRANT USAGE, CREATE ON SCHEMA public TO openzaak;

0 commit comments

Comments
 (0)