From b1a873050b98ee720d43723ee2497cdfe38ecc0a Mon Sep 17 00:00:00 2001 From: ddangelorb Date: Fri, 13 Aug 2021 15:50:20 -0300 Subject: [PATCH] First version to repo --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 391fa3b..f666d7b 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,6 @@ Once the dependencies are properly installed, follow the steps below: postgres=# \c wpdauth wpdauth=# \i db/ddl.sql wpdauth=# \i db/sys_config.sql - wpdauth=# create user uwpdauth; - wpdauth=# alter user uwpdauth with encrypted password ''; - wpdauth=# GRANT USAGE ON SCHEMA public TO uwpdauth; - wpdauth=# GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO uwpdauth; - wpdauth=# GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO uwpdauth; - wpdauth=# grant all privileges on database wpdauth to uwpdauth; wpdauth=# \q ```