From e2c248e953aa7bbc02f339919033b476edcef989 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 21 May 2015 09:47:26 +0200 Subject: [PATCH] Fix comment of DB migration 915 --- .../main/webapp/WEB-INF/db/migrate/915_drop_table_graphs.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5