diff options
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 |