We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9df3b0 + 14ba0e9 commit 27c2b9fCopy full SHA for 27c2b9f
pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md
@@ -62,6 +62,7 @@ Run the following queries to create the user and database:
62
```sql
63
CREATE USER pysite WITH SUPERUSER PASSWORD 'pysite';
64
CREATE DATABASE pysite WITH OWNER pysite;
65
+CREATE DATABASE metricity WITH OWNER pysite;
66
```
67
68
Finally, enter `/q` to exit psql.
0 commit comments