]> source.dussan.org Git - sonarqube.git/commit
SONAR-3248 purge REVIEW_COMMENTS and ACTION_PLANS
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 13 Feb 2012 15:04:24 +0000 (16:04 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 13 Feb 2012 15:04:24 +0000 (16:04 +0100)
commit1b714ecf1d3bb0930b3724d177d3d0de18d0ef3c
treede3f265d5724a6d1f017e9f828c26412b43583eb
parent5020106e7712cb85bad4449186bb842c19733727
SONAR-3248 purge REVIEW_COMMENTS and ACTION_PLANS

This commit includes the new index on REVIEWS.RESOURCE_ID and the renaming of ACTION_PLANS.DEAD_LINE to DEADLINE
sonar-core/src/main/java/org/sonar/core/purge/PurgeDao.java
sonar-core/src/main/java/org/sonar/core/purge/PurgeMapper.java
sonar-core/src/main/java/org/sonar/jpa/entity/SchemaMigration.java
sonar-core/src/main/resources/org/sonar/core/persistence/rows-derby.sql
sonar-core/src/main/resources/org/sonar/core/persistence/schema-derby.ddl
sonar-core/src/main/resources/org/sonar/core/purge/PurgeMapper.xml
sonar-core/src/test/java/org/sonar/core/purge/PurgeDaoTest.java
sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteProject.xml
sonar-server/src/main/webapp/WEB-INF/db/migrate/191_create_review.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/258_add_index_on_review_resource_id.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/db/migrate/259_rename_action_plans_columns.rb [new file with mode: 0644]