Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julien Veyssier
funkwhale
Commits
79883633
Commit
79883633
authored
Jun 08, 2018
by
JocelynDelalande
Browse files
Fix wrong name in postgresql database
parent
7fec0600
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/installation/external_dependencies.rst
View file @
79883633
...
...
@@ -32,7 +32,7 @@ Create the project database and user:
.. code-block:: shell
CREATE DATABASE "
scratch
"
CREATE DATABASE "
funkwhale
"
WITH ENCODING 'utf8'
LC_COLLATE = 'en_US.utf8'
LC_CTYPE = 'en_US.utf8';
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment