Fix wrong name in postgresql database
This commit is contained in:
parent
7fec060040
commit
7988363352
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue