X-Git-Url: http://these/git/?a=blobdiff_plain;f=docs%2Fsrc%2Fcontributing_tests.md;h=e40836c30fd653924dea484560ac9c5cac0570fc;hb=5c6258390c46159c16f49295314c6519215fc6ae;hp=d4168e190608039732b28414ab03ccaa8f8ba85a;hpb=b69524b498983da636b3a31f5acb74fbb1f13ab4;p=lemmy.git diff --git a/docs/src/contributing_tests.md b/docs/src/contributing_tests.md index d4168e19..e40836c3 100644 --- a/docs/src/contributing_tests.md +++ b/docs/src/contributing_tests.md @@ -3,7 +3,7 @@ #### Rust After installing [local development dependencies](contributing_local_development.md), run the -following commands in the `server` subfolder: +following commands: ```bash psql -U lemmy -c "DROP SCHEMA public CASCADE; CREATE SCHEMA public;"