Skip to content

Commit 27c2b9f

Browse files
authored
Merge pull request #520 from python-discord/include-metricity-db-creation-for-local-setup
Include metricity db creation for local setup guide.
2 parents a9df3b0 + 14ba0e9 commit 27c2b9f

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)