CureNet/docker/postgres/init-data.sql

4 lines
181 B
MySQL
Raw Permalink Normal View History

2021-07-23 13:26:47 +00:00
ALTER USER postgres WITH PASSWORD 'WeryStronkPaz2';
CREATE USER curenet WITH PASSWORD 'WeryStronkPaz2';
CREATE DATABASE curenet;
GRANT ALL PRIVILEGES ON DATABASE curenet to curenet;