]> source.dussan.org Git - sonarqube.git/commit
SONAR-7676 refactor table PROPERTIES to boolean+varchar+clob columns
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 1 Sep 2016 15:38:05 +0000 (17:38 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 9 Sep 2016 07:11:42 +0000 (09:11 +0200)
commit38eaab33b92cbf57d44495a29a60f21a830bb102
treefd7b4032d67e34e46f71f63c64d6aeb5d3449f5f
parentfdddef2258dce0c2be29f7ac62c7b20eb192dcbb
SONAR-7676 refactor table PROPERTIES to boolean+varchar+clob columns
13 files changed:
server/sonar-web/src/main/webapp/WEB-INF/config/environment.rb
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1312_create_table_properties_2.rb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1313_populate_table_properties_2.rb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1314_drop_table_properties.rb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1315_rename_table_properties2_to_properties.rb [new file with mode: 0644]
sonar-db/src/main/java/org/sonar/db/version/DatabaseVersion.java
sonar-db/src/main/java/org/sonar/db/version/MigrationStepModule.java
sonar-db/src/main/java/org/sonar/db/version/v61/PopulateTableProperties2.java [new file with mode: 0644]
sonar-db/src/main/resources/org/sonar/db/version/rows-h2.sql
sonar-db/src/main/resources/org/sonar/db/version/schema-h2.ddl
sonar-db/src/test/java/org/sonar/db/version/MigrationStepModuleTest.java
sonar-db/src/test/java/org/sonar/db/version/v61/PopulateTableProperties2Test.java [new file with mode: 0644]
sonar-db/src/test/resources/org/sonar/db/version/v61/PopulateTableProperties2Test/properties_and_properties_2_tables.sql [new file with mode: 0644]