diff options
-rw-r--r-- | installing/manual_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installing/manual_install.md b/installing/manual_install.md index 65155bfdf..a9580e402 100644 --- a/installing/manual_install.md +++ b/installing/manual_install.md @@ -200,7 +200,7 @@ constraints whilst running the tests they also need to be a superuser If you don't want your database user to be a superuser, you can add this line to the test config in `database.yml` (as seen in `database.yml-example`) - disable_constraints: false + constraint_disabling: false ## Configure email |