diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-05-12 20:14:36 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-08-01 20:21:21 +0200 |
commit | fd7033af35123241ee86f0a1162fce079402cddd (patch) | |
tree | 42e4485ded40359beb750bf21d1b9bdf936b5336 /sonar-application | |
parent | b9f35c95ac7a7dbf853fb9f58f2c7b4688fa6e1d (diff) | |
download | sonarqube-fd7033af35123241ee86f0a1162fce079402cddd.tar.gz sonarqube-fd7033af35123241ee86f0a1162fce079402cddd.zip |
SONAR-10668 Increase minimal supported version of PostgreSQL to 9.3
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 5be7aa19bac..79310c4a2f7 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -36,7 +36,7 @@ #sonar.jdbc.url=jdbc:oracle:thin:@localhost:1521/XE -#----- PostgreSQL 8.x or greater +#----- PostgreSQL 9.3 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 |