aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2015-03-26 17:04:16 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2015-03-26 17:39:36 +0100
commitc14dc04fddfd11aba13806cc9965f86365079a0a (patch)
tree11182168b60bad9db17ebeba0571aa0f8d54a2e9 /sonar-core
parent4dd806d95a3a55abda9c03d746c4d1b58d5ba5a4 (diff)
downloadsonarqube-c14dc04fddfd11aba13806cc9965f86365079a0a.tar.gz
sonarqube-c14dc04fddfd11aba13806cc9965f86365079a0a.zip
Fix 4.4 migration issue (due to removal of core DAO)
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/core/persistence/migration/v44/Migration44Mapper.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/core/persistence/migration/v44/Migration44Mapper.xml b/sonar-core/src/main/resources/org/sonar/core/persistence/migration/v44/Migration44Mapper.xml
index 81152148a37..472eff1ffb4 100644
--- a/sonar-core/src/main/resources/org/sonar/core/persistence/migration/v44/Migration44Mapper.xml
+++ b/sonar-core/src/main/resources/org/sonar/core/persistence/migration/v44/Migration44Mapper.xml
@@ -48,7 +48,7 @@
</select>
<select id="selectAllProfiles" resultType="org.sonar.core.persistence.migration.v44.QProfileDto44">
- select id, kee as key, name, language from rules_profiles
+ select id, kee, name, language from rules_profiles
</select>
<select id="selectProfileUpdatedAt" resultType="date" parameterType="int">