good morning!!!!

Skip to content
Snippets Groups Projects
Commit f84c7eb7 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Being very specific about UTF-8 and PostgreSQL's test database.

parent 60b12e3b
No related branches found
No related tags found
No related merge requests found
CREATE USER upperio WITH PASSWORD 'upperio';
CREATE DATABASE upperio_tests;
CREATE DATABASE upperio_tests ENCODING 'UTF-8' LC_COLLATE='en_US.UTF-8' LC_CTYPE='en_US.UTF-8' TEMPLATE template0;
GRANT ALL PRIVILEGES ON DATABASE upperio_tests TO upperio;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment