Browse Source

Fixing instructions

main
ddangelorb 3 years ago
parent
commit
9caefc34d2
  1. 1
      README.md

1
README.md

@ -38,7 +38,6 @@ Once the dependencies are properly installed, follow the steps below:
postgres=# CREATE DATABASE wpdauth;
postgres=# \c wpdauth
wpdauth=# CREATE SCHEMA auth;
wpdauth=# CREATE EXTENSION "uuid-ossp";
wpdauth=# \i db/ddl.sql
wpdauth=# \i db/sys_config.sql
wpdauth=# create user uwpdauth;

Loading…
Cancel
Save