]> source.dussan.org Git - sonarqube.git/commit
SONAR-6716 Move some additions of columns and indices
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 11 Jun 2015 05:51:27 +0000 (07:51 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 16 Jul 2015 20:23:42 +0000 (22:23 +0200)
commitef86099046b0d6e3700f6ab23f36c9a5914506f7
tree704778b9005452a0643a68bec81d0298749e7757
parent9d5a1bbb6548805e6149ef3a93113998291ea9f6
SONAR-6716 Move some additions of columns and indices
20 files changed:
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/001_initial_schema.rb
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/002_index_database.rb
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/010_create_users.rb
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/061_create_measure_data.rb
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/080_create_groups_users.rb
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/118_add_snapshots_qualifier_index.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/119_add_measures_sid_metric_index.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/167_add_index_to_measure_data_snapshot.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/230_increase_qualifier_size.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/250_add_snapshots_build_date.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/251_add_snapshots_purge_status.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/252_add_rule_and_active_rule_notes.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/252_create_rule_and_active_rule_notes.rb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/254_add_metrics_delete_historical_data.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/261_add_projects_person_id.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/306_ignore_loaded_dashboards.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/321_add_index_on_resource_root_id.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/330_add_created_at_on_projects.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/333_update_language_key_max_size.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/397_add_index_to_users_login.rb [deleted file]