From: Simon Brandhof Date: Tue, 7 Feb 2012 22:24:34 +0000 (+0100) Subject: Fix indentation of XML file X-Git-Tag: 2.14~143 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8c67eb90af4a76a85c7f1af525f0bd89087be1c1;p=sonarqube.git Fix indentation of XML file --- diff --git a/sonar-core/src/main/resources/org/sonar/core/purge/PurgeMapper.xml b/sonar-core/src/main/resources/org/sonar/core/purge/PurgeMapper.xml index 38ef704ed70..815a1920462 100644 --- a/sonar-core/src/main/resources/org/sonar/core/purge/PurgeMapper.xml +++ b/sonar-core/src/main/resources/org/sonar/core/purge/PurgeMapper.xml @@ -3,7 +3,7 @@ - select s.id from snapshots s @@ -116,9 +116,9 @@ - delete from project_measures where snapshot_id=#{id} and - characteristic_id in (select id from characteristics where rule_id is not null) - + delete from project_measures where snapshot_id=#{id} and + characteristic_id in (select id from characteristics where rule_id is not null) + update snapshots set purge_status = 1 where id = #{id}