aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* SONAR-12266 Drop favourites for filesJacek2020-05-264-0/+252
* SONAR-13221 Delete rows with orphan FKDuarte Meneses2020-05-2530-11/+482
* SONAR-13221 use kee when updating ISSUES tableJacek2020-05-251-3/+3
* SONAR-13221 drop `order by id asc` statementJacek2020-05-2516-16/+16
* SONAR-13221 add index before populateJacek2020-05-257-276/+541
* SONAR-13221 move migrations from v83 to v84Pierre2020-05-25944-1636/+1685
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-25112-0/+5742
* SONAR-13221 drop id column of USERS tableJacek2020-05-2513-0/+485
* SONAR-13221 change USER_ROLES user_id FK to user_uuidJacek2020-05-2516-9/+695
* SONAR-13221 change QPROFILE_EDIT_USERS user_id FK to user_uuidJacek2020-05-2519-0/+770
* SONAR-13221 change PROPERTIES user_id FK to user_uuidJacek2020-05-2510-0/+466
* SONAR-13221 change PERM_TEMPLATES_USERS user_id FK to user_uuidJacek2020-05-2518-70/+650
* SONAR-13221 change ORGANIZATION_MEMBERS user_id FK to user_uuidJacek2020-05-2525-2/+988
* SONAR-13221 add support PK with many columns to drop builderJacek2020-05-258-27/+44
* SONAR-13221 change USERS_GROUPS user_id FK to user_uuidJacek2020-05-2525-1/+1027
* SONAR-13221 change PK of quality gates from id to uuid, update FKs, update APIPierre2020-05-2530-7/+1053
* SONAR-13221 Update method and var namesDuarte Meneses2020-05-256-213/+0
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-2594-0/+3877
* SONAR-13221 change PK of propertiesPierre2020-05-2520-28/+705
* SONAR-13221 change PK to uuid of RULES_PROFILES tableJacek2020-05-2549-0/+2093
* SONAR-13221 change PK to uuid of PERMISSION_TEMPLATES tableJacek2020-05-2564-0/+2612
* SONAR-13221 MetricsDuarte Meneses2020-05-2579-0/+3513
* SONAR-13221 change PK to uuid of RULES_PARAMETERS tableJacek2020-05-2531-0/+1184
* SONAR-13240 Change PK of ACTIVE_RULES and update FKDuarte Meneses2020-05-2538-78/+1431
* SONAR-13221 Fix permission template tablesDuarte Meneses2020-05-251-0/+43
* SONAR-13221 PERM_TEMPLATES_GROUPSDuarte Meneses2020-05-2518-61/+52
* SONAR-13221 PERM_TPL_CHARACTERISTICSDuarte Meneses2020-05-2518-68/+73
* SONAR-13221 PERM_TEMPLATES_USERSDuarte Meneses2020-05-2554-0/+1865
* SONAR-13221 Update Dbversion83Duarte Meneses2020-05-251-0/+52
* SONAR-13221 Quality gate conditionsDuarte Meneses2020-05-2518-0/+634
* SONAR-13221 Issue changesDuarte Meneses2020-05-2518-0/+644
* SONAR-13221 Simplify migrationsDuarte Meneses2020-05-2534-487/+294
* SONAR-13221 Update DbVersion83Duarte Meneses2020-05-251-0/+46
* SONAR-13221 File sourcesDuarte Meneses2020-05-2518-0/+696
* SONAR-13221 User rolesDuarte Meneses2020-05-2512-0/+294
* SONAR-13221 Group rolesDuarte Meneses2020-05-2530-6/+658
* SONAR-13221 Reorganize migrations from SONAR-13193Duarte Meneses2020-05-2519-15/+27
* SONAR-13235 change PK of manual measuresMichal Duda2020-05-2519-0/+709
* SONAR-13221 change PK to uuid of PROJECT_QPROFILES tableJacek2020-05-2519-5/+671
* Remove usage of original table name when dropping primary keyJulien Lancelot2020-05-2525-63/+73
* SONAR-13221 replace auto-incremented ID by UUID for user tokensPierre2020-05-2520-1/+723
* SONAR-13221 change PK to uuid of PROJECT_MEASURES tableJacek2020-05-2519-0/+760
* SONAR-13221 change PK to uuid of ACTIVE_RULE_PARAMETERS tableJacek2020-05-2519-0/+683
* SONAR-13221 change PK to uuid of DUPLICATIONS_INDEX tableJacek2020-05-2519-0/+712
* SONAR-13221 replace auto-incremented ID by UUID for ce_activityPierre2020-05-2512-4/+381
* SONAR-13221 change PK of ce_queuePierre2020-05-2513-0/+440
* SONAR-13221 Set primary key of 'SNAPSHOTS' table to column 'UUID' and drop 'ID'Julien Lancelot2020-05-2510-0/+377
* SONAR-13221 Set primary key of 'ISSUES' table to column 'KEE' and drop 'ID'Julien Lancelot2020-05-2519-6/+407
* SONAR-13221 replace auto-incremented ID by UUID for notificationsPierre2020-05-2521-3/+751
* SONAR-13221 Set primary key of 'EVENTS' table to column 'UUID' and drop 'ID'Julien Lancelot2020-05-2515-3/+416