aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/schema/schema-sq.ddl
Commit message (Expand)AuthorAgeFilesLines
* SONAR-19612 Change index constraint for postgresql 15- and add support for "N...Léo Geoffroy2023-10-201-50/+50
* SONAR-20672 QualityProfileChange now record the version of SQ the change was...Steve Marion2023-10-161-1/+2
* SONAR-20548 added event for changing the CCT data for ruleslukasz-jarocki-sonarsource2023-10-101-4/+4
* SONAR-20548 updated the index for rule_impact_changes to not be uniquelukasz-jarocki-sonarsource2023-10-101-1/+1
* SONAR-20548 created tables to store changelog eventslukasz-jarocki-sonarsource2023-10-101-1/+19
* SONAR-20630 Add column creation_method in projects tableAurelien Poscia2023-10-051-1/+2
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-211-1/+2
* SONAR-20392 Add default mappings in github_perms_mappingAurelien Poscia2023-09-151-2/+2
* SONAR-20392 Add github_perms_mapping table and unique indexAurelien Poscia2023-09-151-0/+8
* SONAR-20328 Update com.h2database:h2 to 2.2.2.222Matteo Mara2023-09-111-49/+49
* SONAR-20058 improve webhook purge mechanismPierre2023-08-311-0/+1
* SONAR-20164 add `created_at` to indexesPierre2023-08-311-3/+3
* SONAR-19324 Fix api/projects/search low performancesAlain Kermis2023-08-291-0/+1
* SONAR-20156 Make project_uuid nullable in user_dismissed_messagesNolwenn Cadic2023-08-241-1/+1
* SONAR-20155 All existing project have a Clean as You Code Compliant New Code ...Nolwenn Cadic2023-08-241-1/+2
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-231-1/+1
* SONAR-19783 add github_orgs_groups tableAurelien Poscia2023-08-221-0/+6
* SONAR-20021 Create rules and issues impact tablesJacek2023-08-181-0/+18
* SONAR-20021 Add clean_code_attribute column to rules tableLéo Geoffroy2023-08-181-1/+2
* Revert "SONAR-19789 Add initial_perm_sync column to the projects table"Antoine Vigneau2023-08-071-2/+1
* SONAR-19789 Add initial_perm_sync column to the projects tableAntoine Vigneau2023-08-041-1/+2
* SONAR-19789 Add background task to sync single project permissions from GitHubWojtek Wajerowicz2023-08-041-2/+2
* SONAR-19372 Add filePath field in anticipated_transitions and the associated ...Dimitris Kavvathas2023-08-021-2/+3
* SONAR-19372 add anticipated_transitions tableSteve Marion2023-08-021-0/+14
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-241-1/+1
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-211-1/+1
* SONAR-7697 Replace integer `purged_status` column with boolean `purged`Jacek Poreda2023-07-211-2/+2
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-291-2/+2
* SONAR-19556 updated webhooks to not rely on component_uuidLukasz Jarocki2023-06-221-2/+2
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-201-2/+0
* SONAR-19556 updated schema filesLukasz Jarocki2023-06-201-0/+1
* SONAR-19556 updated integration tests in UserDismissedMessagesDaoITLukasz Jarocki2023-06-201-11/+0
* SONAR-19556 Add DB migration tests and fix drop of indexDuarte Meneses2023-06-201-1/+1
* SONAR-19556 indexes are now re-created when renaming a columnLukasz Jarocki2023-06-201-4/+3
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-201-4/+4
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-191-5/+5
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-011-1/+1
* SONAR-18856 Extract governance reports data from properties tableLéo Geoffroy2023-06-011-0/+18
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-161-1/+2
* SONAR-19085 Add index on 'external_groups(external_identity_provider, externa...Wojtek Wajerowicz2023-05-111-0/+1
* SONAR-19085 Create 'external_groups' table.Wojtek Wajerowicz2023-05-111-0/+7
* SONAR-19159 Increase TASK_TYPE column size in ce_queue and ce_activityAntoine Vigneau2023-05-111-2/+2
* SONAR-18917 Project analysis token isn't updated when project is rekeyedDuarte Meneses2023-05-041-2/+2
* Revert "SONAR-19050 update RuleDto to add characteristics"Duarte Meneses2023-04-281-2/+1
* SONAR-19050 update RuleDto to add characteristicsBenjamin Campomenosi2023-04-241-1/+2
* SONAR-19133 Increase KEE column size in INTERNAL_PROPERTIES tableAurelien Poscia2023-04-241-1/+1
* SONAR-18850 added is_main column to project_branches tableLukasz Jarocki2023-04-041-1/+2
* SONAR-18728 Drop Users.SCM_ACCOUNTS columnAurelien Poscia2023-03-311-1/+0
* SONAR-18728 use DB calls to replace UserIndex.getAtMostThreeActiveUsersForScm...Aurelien Poscia2023-03-311-0/+2
* SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERSAurelien Poscia2023-03-311-1/+1