]> source.dussan.org Git - sonarqube.git/commit
SONAR-8025 rewrite create table QPROFILE_CHANGES in java
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 15 Sep 2016 09:48:38 +0000 (11:48 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 16 Sep 2016 10:22:12 +0000 (12:22 +0200)
commit82599634f9cfe4e96b4d1b7781d642440432ac78
tree7203c644b955688504a3985f1265bb31ea9e7953
parent499048f6c3151724a1271b30b9fe8e6923cdda41
SONAR-8025 rewrite create table QPROFILE_CHANGES in java
12 files changed:
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1316_create_table_qprofile_changes.rb
sonar-db/src/main/java/org/sonar/db/version/MigrationStepModule.java
sonar-db/src/main/java/org/sonar/db/version/v61/CopyActivitiesToQprofileChanges.java
sonar-db/src/main/java/org/sonar/db/version/v61/CreateTableQprofileChanges.java [new file with mode: 0644]
sonar-db/src/main/resources/org/sonar/db/qualityprofile/QProfileChangeMapper.xml
sonar-db/src/main/resources/org/sonar/db/version/schema-h2.ddl
sonar-db/src/test/java/org/sonar/db/qualityprofile/QProfileChangeDaoTest.java
sonar-db/src/test/java/org/sonar/db/version/MigrationStepModuleTest.java
sonar-db/src/test/java/org/sonar/db/version/v61/CopyActivitiesToQprofileChangesTest.java
sonar-db/src/test/java/org/sonar/db/version/v61/CreateTableQprofileChangesTest.java [new file with mode: 0644]
sonar-db/src/test/resources/org/sonar/db/version/v61/CopyActivitiesToQprofileChangesTest/schema.sql
sonar-db/src/test/resources/org/sonar/db/version/v61/CreateTableQprofileChangesTest/empty.sql [new file with mode: 0644]