diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-17 20:46:06 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-17 20:46:06 +0200 |
commit | bed6933fc53feb46cd460b57025236d6ba1c1853 (patch) | |
tree | c464265429683da2c151f234d4c35c891b3c9810 /sonar-db | |
parent | d1349c48d4674a7dc8e3a7bad4bc53a2bf94ebc6 (diff) | |
download | sonarqube-bed6933fc53feb46cd460b57025236d6ba1c1853.tar.gz sonarqube-bed6933fc53feb46cd460b57025236d6ba1c1853.zip |
Fix insert in SnapshotMapper.xml
Diffstat (limited to 'sonar-db')
-rw-r--r-- | sonar-db/src/main/resources/org/sonar/db/component/SnapshotMapper.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-db/src/main/resources/org/sonar/db/component/SnapshotMapper.xml b/sonar-db/src/main/resources/org/sonar/db/component/SnapshotMapper.xml index 01a3ef0deef..2a7af53a22f 100644 --- a/sonar-db/src/main/resources/org/sonar/db/component/SnapshotMapper.xml +++ b/sonar-db/src/main/resources/org/sonar/db/component/SnapshotMapper.xml @@ -242,7 +242,7 @@ #{qualifier, jdbcType=VARCHAR}, #{version, jdbcType=VARCHAR}, #{path, jdbcType=VARCHAR}, - #{depth, jdbcType=BOOLEAN}, + #{depth, jdbcType=INTEGER}, #{period1Mode, jdbcType=VARCHAR}, #{period2Mode, jdbcType=VARCHAR}, #{period3Mode, jdbcType=VARCHAR}, |