diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2014-09-25 18:11:03 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2014-09-25 18:15:28 +0200 |
commit | 48d48e90931782cc1e94768a83ada71275476ceb (patch) | |
tree | 7d5ce459835603dbe6ad9e9fd01eca46d610f9cb /server/sonar-web/src/main | |
parent | 7fd608ab6c9de5df88b77984dc431ce3066782ac (diff) | |
download | sonarqube-48d48e90931782cc1e94768a83ada71275476ceb.tar.gz sonarqube-48d48e90931782cc1e94768a83ada71275476ceb.zip |
SONAR-5624 - test dao
Diffstat (limited to 'server/sonar-web/src/main')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/db/migrate/702_create_analysis_reports.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/702_create_analysis_reports.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/702_create_analysis_reports.rb index dfc20677620..88ed1300a78 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/702_create_analysis_reports.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/702_create_analysis_reports.rb @@ -31,7 +31,6 @@ class CreateAnalysisReports < ActiveRecord::Migration t.column :created_at, :datetime, :null => false t.column :updated_at, :datetime, :null => false end - add_varchar_index :analysis_reports, 'project_key', :name => 'analysis_reports_project_key', :unique => true end end |