aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/version/TinyIntColumnDef.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-161-82/+0
* Fix Quality flawsSimon Brandhof2016-12-131-0/+2
* SONAR-5471 support default value in boolean and varchar columnsSimon Brandhof2016-12-121-1/+1
* SONAR-8025 improve column name checks + factor with table name checkSébastien Lesaint2016-09-161-1/+1
* SONAR-7630 Do not use MySQL TINYINT(1) for non-boolean columnsSimon Brandhof2016-05-121-1/+2
* SONAR-7333 add field "type" to issues (db and elasticsearch)Simon Brandhof2016-02-261-0/+79