diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-09 18:23:45 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-24 13:35:51 +0100 |
commit | 582cf7f4b2ed2da296e77ade8342a7b614f93376 (patch) | |
tree | e5ca85ee7b5b07f5d48b5c828c3d26f2bae2de56 /sonar-application | |
parent | 63ef497ede0dad6346d039bf8745d0cf8b0636f6 (diff) | |
download | sonarqube-582cf7f4b2ed2da296e77ade8342a7b614f93376.tar.gz sonarqube-582cf7f4b2ed2da296e77ade8342a7b614f93376.zip |
SONAR-10057 upgrade PostgreSQL driver
to fix compatibility with PostgreSQL 10.0
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 2ef061a637f..1a457273bfb 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -34,7 +34,7 @@ #sonar.jdbc.url=jdbc:oracle:thin:@localhost:1521/XE -#----- PostgreSQL 8.x/9.x +#----- PostgreSQL 8.x or greater # If you don't use the schema named "public", please refer to http://jira.sonarsource.com/browse/SONAR-5000 #sonar.jdbc.url=jdbc:postgresql://localhost/sonar |