]> source.dussan.org Git - sonarqube.git/commit
SONAR-3352 Change boolean columns to non-nullable in migration script
authorFabrice Bellingard <bellingard@gmail.com>
Mon, 26 Mar 2012 16:56:38 +0000 (18:56 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Mon, 26 Mar 2012 16:56:38 +0000 (18:56 +0200)
commit3c98441e049fe73982ee3471ea0b9baa58fbaa91
tree9f1e5f4d306deffc18fb4d360d29eaf664fb4830
parente93d3eb4d95d89051eb9ea6f6ab6b8f2f6751487
SONAR-3352 Change boolean columns to non-nullable in migration script
sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.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/test/java/org/sonar/core/review/ReviewDaoTest.java
sonar-core/src/test/resources/org/sonar/core/review/ReviewDaoTest/update.xml
sonar-core/src/test/resources/org/sonar/core/review/ReviewDaoTest/update_null_manual_severity_and_violation-result.xml [deleted file]
sonar-core/src/test/resources/org/sonar/core/review/ReviewDaoTest/update_null_manual_severity_and_violation.xml [deleted file]
sonar-server/src/main/webapp/WEB-INF/db/migrate/282_update_reviews_boolean_columns.rb [new file with mode: 0644]