Skip to content
Snippets Groups Projects
Commit 938aa2c8 authored by JocelynDelalande's avatar JocelynDelalande
Browse files

Remove constraint on LC_COLLATE and LC_CTYPE

Which will fail if the system does not contains this locale.
parent 79883633
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,7 @@ Create the project database and user:
.. code-block:: shell
CREATE DATABASE "funkwhale"
WITH ENCODING 'utf8'
LC_COLLATE = 'en_US.utf8'
LC_CTYPE = 'en_US.utf8';
WITH ENCODING 'utf8';
CREATE USER funkwhale;
GRANT ALL PRIVILEGES ON DATABASE funkwhale TO funkwhale;
......
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