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 ```