diff options
Diffstat (limited to 'config/database.yml-example')
-rw-r--r-- | config/database.yml-example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/database.yml-example b/config/database.yml-example index b1597e6fe..e48577f23 100644 --- a/config/database.yml-example +++ b/config/database.yml-example @@ -19,6 +19,8 @@ test: password: <password> host: localhost port: 5432 +# Uncomment the following if the user is not a postgres superuser +# constraint_disabling: false production: adapter: postgresql |