openproject create new user in postgresql code example
Example: create new user in postgres
CREATE USER visualscrapy WITH PASSWORD '123456';
# it will create the new user in postgres
CREATE USER visualscrapy WITH PASSWORD '123456';
# it will create the new user in postgres