Fix wrong name in postgresql database

This commit is contained in:
JocelynDelalande 2018-06-08 23:06:05 +00:00
parent 7fec060040
commit 7988363352
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Create the project database and user:
.. code-block:: shell .. code-block:: shell
CREATE DATABASE "scratch" CREATE DATABASE "funkwhale"
WITH ENCODING 'utf8' WITH ENCODING 'utf8'
LC_COLLATE = 'en_US.utf8' LC_COLLATE = 'en_US.utf8'
LC_CTYPE = 'en_US.utf8'; LC_CTYPE = 'en_US.utf8';