RestApiv2/build/postgres/docker-compose_test_db_init...

3 lines
203 B
MySQL
Raw Normal View History

2022-12-31 01:43:30 +03:00
CREATE User test with password 'test' createdb;
CREATE DATABASE test with owner = test ENCODING = 'UTF8' LC_COLLATE = 'en_US.utf8' LC_CTYPE = 'en_US.utf8' TABLESPACE = pg_default CONNECTION LIMIT = -1;