Skip to content

Commit ef3afdf

Browse files
committed
Include metricity db creation for local setup guide.
This is later mentioned in the connection string, but in the local setup, the SQL statement to create the database was missing.
1 parent 7d81829 commit ef3afdf

File tree

1 file changed

+1
-0
lines changed
  • pydis_site/apps/content/resources/guides/pydis-guides/contributing

1 file changed

+1
-0
lines changed

pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Run the following queries to create the user and database:
6262
```sql
6363
CREATE USER pysite WITH SUPERUSER PASSWORD 'pysite';
6464
CREATE DATABASE pysite WITH OWNER pysite;
65+
CREATE DATABASE metricity WITH OWNER pysite;
6566
```
6667

6768
Finally, enter `/q` to exit psql.

0 commit comments

Comments
 (0)