aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/version/AlterColumnsBuilderTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-161-165/+0
* SONAR-8533 Force unit CHAR on VARCHAR columns on OracleSimon Brandhof2016-12-131-2/+2
* SONAR-5471 support default value in boolean and varchar columnsSimon Brandhof2016-12-121-1/+21
* DB migration: make alter column re-entrant on OracleSébastien Lesaint2016-06-131-3/+9
* rename AlterColumnsTypeBuilder to AlterColumnsBuilderSébastien Lesaint2016-06-131-0/+139
* SONAR-6884 Take into account nullable information when updating a columnJulien Lancelot2015-12-031-96/+0
* SONAR-6884 Rename StringColumnDef to VarcharColumnDefJulien Lancelot2015-12-031-4/+3
* Replace VARCHAR by NVARCHAR on MsSQLSimon Brandhof2015-10-121-1/+1
* SONAR-6840 Group migrations touching same tableJulien Lancelot2015-09-181-0/+97