Skip to content
Snippets Groups Projects
Commit fd9d045d authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Update 01_create_db_user.sql

parent 7e427632
No related branches found
No related tags found
No related merge requests found
Pipeline #28797 passed
......@@ -2,9 +2,7 @@
-- DATABASE, USER, ETC.
--
-- Databases
create database :dbname with ENCODING = 'UTF-8';
-- Users
create user :dbuser with encrypted password :dbpassword NOSUPERUSER NOCREATEDB;
-- Grants
alter database :dbname owner to :dbuser;
grant all privileges on database :dbname to :dbuser;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment