diff options
-rwxr-xr-x | script/install-as-user | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/install-as-user b/script/install-as-user index bee448b9d..4fc341fc6 100755 --- a/script/install-as-user +++ b/script/install-as-user @@ -123,6 +123,7 @@ sed -r \ -e "s,^( *username: *).*,\\1${UNIX_USER}," \ -e "s,^( *password: *).*,\\1null," \ -e "s,^( *host: *).*,\\1/var/run/postgresql/," \ + -e "s,# constraint_disabling: false, constraint_disabling: false," \ config/database.yml-example > config/database.yml for SUFFIX in production test development |