aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/schema/schema-sq.ddl
Commit message (Expand)AuthorAgeFilesLines
* SONAR-15259 Create new tables, daos, dtos and mappersDuarte Meneses2021-09-081-0/+31
* SONAR-15322 Allow SQ DB fit encrypted DevOps Platform valuesZipeng WU2021-08-301-2/+2
* SONAR-15237 Register removal of pluginsDuarte Meneses2021-08-041-1/+2
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-271-1/+1
* SONAR-15142 Persisting audits for User operationsBelen Pruvost2021-07-271-0/+12
* SONAR-10762 Drop custom metrics and measures data from tables: `metrics`, 'pr...Jacek2021-07-071-1/+0
* SONAR-10762 Drop manual measures tableZipeng WU2021-07-071-14/+0
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'snapshots' tableJacek2021-06-171-1/+0
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'issues' tableJacek2021-06-171-1/+0
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'events' tableJacek2021-06-171-1/+0
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'ce_activity'Jacek2021-06-171-1/+0
* SONAR-14792 Fix schema-sq.ddl - order of PKsJacek2021-06-161-32/+32
* SONAR-14571 add index on WEBHOOK_UUID in WEBHOOK_DELIVERIESMichal Duda2021-04-221-0/+1
* SONAR-14693 fix error when setting a new code period reference branchMichal Duda2021-04-211-1/+1
* SONAR-14699 add index on components.main_branch_project_uuidPierre2021-04-161-0/+1
* SONAR-14681 improve project_measures metric purge performanceBelen Pruvost2021-04-131-0/+1
* SONAR-14646 copy issue state on branch mergeMichal Duda2021-04-091-0/+2
* SONAR-14518 Telemetry - include number of sonarlint usersDuarte Meneses2021-03-041-1/+2
* SONAR-9043 Drop database column PROJECT_MEASURES.DESCRIPTIONDuarte Meneses2021-02-101-1/+0
* SONAR-14334 update get_binding and set_azure_bindingPierre2021-01-251-1/+2
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-111-71/+0
* SONAR-14175 Add 'reset_password' column to 'users' tableJacek2020-12-021-1/+2
* SONAR-14033 Refactor storage of applicationsDuarte Meneses2020-11-281-0/+26
* SONAR-13936 Remove use of organizations in GroupsMichal Duda2020-10-161-2/+2
* SONAR-13936 Remove use of organizations in Permissions WS and DBJulien Lancelot2020-10-161-4/+1
* SONAR-13936 Remove organization parameter from UsersJulien Lancelot2020-10-161-1/+0
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-051-6/+2
* SONAR-13861 Remove column 'key_type" from the table 'project_branches'Duarte Meneses2020-09-301-3/+2
* SONAR-13862 Add a WS for dismissing analysis warning by the current userMichal Duda2020-09-291-1/+14
* SONAR-13862 Add dismiss information to 'api/ce/analysis_status' WSJulien Lancelot2020-09-291-1/+2
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-181-1/+2
* SONAR-12692 add project_uuid to issues_changesPierre2020-09-081-12/+14
* SONAR-13747 Drop unused DB columns related to periodsDuarte Meneses2020-08-141-16/+0
* SONAR-13696 drop PROJECT_ALM_BINDINGS tableDuarte Meneses2020-08-141-14/+0
* SONAR-11595 drop unused 'value_warning', 'period' columns from 'quality_gate_...Jacek2020-08-141-2/+0
* SONAR-13475 Get GitHub ClientId APIMark Rekveld2020-07-011-1/+3
* SONAR-13444 add 'need_issue_sync' to 'project_branches' tableJacek2020-06-261-1/+2
* Optimize database migrationsDuarte Meneses2020-06-231-7/+7
* SONAR-13327 Fix SSF-107Julien Lancelot2020-06-151-0/+9
* SONAR-13221 Increase size of FK user_uuid column to 255Jacek2020-06-151-6/+6
* SONAR-13472 Fix SSF-113Julien Lancelot2020-06-111-0/+10
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-251-20/+20
* SONAR-13221 drop id column of USERS tableJacek2020-05-251-3/+1
* SONAR-13221 change USER_ROLES user_id FK to user_uuidJacek2020-05-251-3/+3
* SONAR-13221 change QPROFILE_EDIT_USERS user_id FK to user_uuidJacek2020-05-251-3/+3
* SONAR-13221 change PROPERTIES user_id FK to user_uuidJacek2020-05-251-2/+2
* SONAR-13221 change PERM_TEMPLATES_USERS user_id FK to user_uuidJacek2020-05-251-2/+2
* SONAR-13221 change ORGANIZATION_MEMBERS user_id FK to user_uuidJacek2020-05-251-3/+3
* SONAR-13221 change USERS_GROUPS user_id FK to user_uuidJacek2020-05-251-4/+4
* SONAR-13221 change PK of quality gates from id to uuid, update FKs, update APIPierre2020-05-251-5/+3