From: Simon Brandhof Date: Thu, 21 May 2015 07:47:26 +0000 (+0200) Subject: Fix comment of DB migration 915 X-Git-Tag: 5.2-RC1~1882 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e2c248e953aa7bbc02f339919033b476edcef989;p=sonarqube.git Fix comment of DB migration 915 --- diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/915_drop_table_graphs.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/915_drop_table_graphs.rb index 0b5f27341f0..ead5303667c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/915_drop_table_graphs.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/915_drop_table_graphs.rb @@ -19,7 +19,8 @@ # # -# SonarQube 5.1 +# SonarQube 5.2 +# SONAR-6418 # class DropTableGraphs < ActiveRecord::Migration