nexus.nexus-pax-exam.3.71.0-06.source-code.initialize-postgres.sql Maven / Gradle / Ivy
The newest version!
CREATE USER nxrmUser PASSWORD 'nxrmPassword';
CREATE DATABASE nexus;
GRANT ALL PRIVILEGES ON DATABASE nexus to nxrmUser;