From 8c67eb90af4a76a85c7f1af525f0bd89087be1c1 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 7 Feb 2012 23:24:34 +0100 Subject: [PATCH] Fix indentation of XML file --- .../main/resources/org/sonar/core/purge/PurgeMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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} -- 2.39.5