]> source.dussan.org Git - sonarqube.git/commit
SONAR-6915 Change type of character columns of ISSUES table on MsSQL 577/head
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 12 Oct 2015 07:41:09 +0000 (09:41 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 12 Oct 2015 08:12:51 +0000 (10:12 +0200)
commit3f20a128d9068f85965a63f4e5e28f0b6f17c230
treec57c7ca96d3a158df87cc17d0ea2b9f9d1a9d1c8
parente812a77ec2f9760794fefead8bd2bb6de5a6e68f
SONAR-6915 Change type of character columns of ISSUES table on MsSQL

Type of following columns are updtated to NVARCHAR on MsSQL :
ISSUES.TAGS
ISSUES.COMPONENT_UUID
ISSUES.PROJECT_UUID
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/941_alter_issues_char_columns_on_mssql.rb [new file with mode: 0644]
sonar-db/src/main/java/org/sonar/db/version/DatabaseVersion.java
sonar-db/src/main/resources/org/sonar/db/version/rows-h2.sql