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.
1 parent 751b0d9 commit bcd5456Copy full SHA for bcd5456
_docs/sysadmin/database_overview.md
@@ -43,8 +43,8 @@ to start over, you would need to do:
43
```
44
sudo su postgres
45
psql -c "CREATE DATABASE submitty;"
46
-psql -d submitty -f /usr/local/submitty/GIT_CHECKOUT/Submitty/migration/data/submitty_db.sql
+psql -d submitty -f /usr/local/submitty/GIT_CHECKOUT/Submitty/migration/migrator/data/submitty_db.sql
47
psql -d submitty -c "alter schema public owner to submitty_dbuser;"
48
49
50
-Then, continue setup by following the [Course Creation](course_creation) instructions.
+Then, continue setup by following the [Course Creation](course_creation) instructions.
0 commit comments