aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/version/MigrationStepModule.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8445 move SQ 5.6 create schema migrations out of RubySébastien Lesaint2016-12-141-34/+0
* SONAR-8445 move SQ 5.6.1 migration out of RubySébastien Lesaint2016-12-141-5/+1
* SONAR-8445 move SQ 6.0 migrations out of RubySébastien Lesaint2016-12-141-170/+1
* SONAR-8445 move SQ 6.1 migrations out of RubySébastien Lesaint2016-12-141-39/+1
* SONAR-8445 move SQ 6.2 migrations out of RubySébastien Lesaint2016-12-141-51/+1
* SONAR-8445 run DB migration of SQ 6.3 with JavaSébastien Lesaint2016-12-141-9/+1
* SONAR-5471 use v5.6 as version of initial schemaSimon Brandhof2016-12-131-11/+5
* SONAR-5471 create initial schema (version 5.5)Simon Brandhof2016-12-131-134/+4
* SONAR-5471 refactor db migration 1315 in JavaSimon Brandhof2016-12-121-0/+2
* SONAR-5471 move creation of 5.6+ indices to Java migrationsSimon Brandhof2016-12-121-0/+40
* SONAR-8464 Make column UUID of Events unique and non nullTeryk Bellahsene2016-12-051-1/+3
* SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-051-1/+3
* SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-051-1/+5
* SONAR-8353 create table webhook_deliveriesSimon Brandhof2016-11-141-1/+3
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-101-1/+3
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-091-1/+3
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_...Julien Lancelot2016-11-091-1/+3
* SONAR-8283 Migrate quality gates after removall of IT/overall coverage metricsJulien Lancelot2016-10-261-2/+3
* SONAR-8134 make column group_roles.organization_uuid not nullSimon Brandhof2016-10-131-1/+3
* SONAR-8134 populate column group_roles.organization_uuid on upgradeSimon Brandhof2016-10-131-1/+3
* SONAR-8134 add column group_roles.organization_uuidSimon Brandhof2016-10-131-1/+4
* SONAR-8134 add column permission_templates.organization_uuidSimon Brandhof2016-10-131-9/+18
* SONAR-8134 add db column groups.organization_uuidSimon Brandhof2016-10-131-0/+9
* SONAR-8155 SONAR-8156 add root column to table USERSSébastien Lesaint2016-10-121-2/+7
* SONAR-8173 delete existing permissions "shareDashboard" from dbSimon Brandhof2016-09-281-1/+4
* SONAR-8099 create default organization when migrating to SQ 6.2Sébastien Lesaint2016-09-281-1/+3
* SONAR-8095 add table ORGANIZATIONSSébastien Lesaint2016-09-231-1/+5
* SONAR-8025 rewrite create table RULE_REPOSITORIES in javaSébastien Lesaint2016-09-161-1/+3
* SONAR-8025 rewrite create table QPROFILE_CHANGES in javaSébastien Lesaint2016-09-161-0/+2
* SONAR-8025 rewrite create table PROPERTIES2 in javaSébastien Lesaint2016-09-161-0/+2
* SONAR-8025 rewrite create table INTERNAL_PROPERTIES in javaSébastien Lesaint2016-09-161-0/+2
* SONAR-8025 rewrite create table CE_SCANNER_CONTEXT in javaSébastien Lesaint2016-09-161-0/+2
* SONAR-8025 rewrite create table CE_TASK_INPUT in javaSébastien Lesaint2016-09-161-2/+3
* SONAR-7851 add QProfileChangeDaoSimon Brandhof2016-09-121-4/+0
* SONAR-7851 copy activities to qprofile_changesSimon Brandhof2016-09-121-0/+7
* SONAR-7676 refactor table PROPERTIES to boolean+varchar+clob columnsSébastien Lesaint2016-09-091-0/+2
* SONAR-8058 move views.def from PROPERTIES to INTERNAL_PROPERTIESSébastien Lesaint2016-09-051-1/+3
* SONAR-7842 add error columns to CE_ACTIVITYSébastien Lesaint2016-08-181-1/+3
* SONAR_7958 add column PROJECTS.B_UUID_PATHSébastien Lesaint2016-08-101-2/+5
* SONAR-7903 Drop pending tasksSimon Brandhof2016-08-051-1/+3
* SONAR-7917 Drop is_global from DB table dashboardsTeryk Bellahsene2016-07-281-1/+3
* SONAR-7917 Delete project dashboard data in DBTeryk Bellahsene2016-07-281-1/+5
* Merge remote-tracking branch 'origin/branch-5.6'Julien Lancelot2016-07-191-0/+2
|\
| * SONAR-7686 Add migration to fix null external identityJulien Lancelot2016-07-181-1/+3
* | SONAR-7786 compress DUPLICATIONS_INDEX migrationsSébastien Lesaint2016-07-111-18/+8
* | SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-111-1/+4
* | SONAR-7705 add migration to kill tree errors in snapshots and projectsSébastien Lesaint2016-07-081-2/+4
* | SONAR-7780 Drop column PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-061-1/+3
* | SONAR-7807 drop SNAPSHOTS tree columnsSimon Brandhof2016-07-061-1/+6
* | SONAR-7780 Apply feedbackSimon Brandhof2016-07-041-2/+2