diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-21 09:47:26 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-21 09:47:26 +0200 |
commit | e2c248e953aa7bbc02f339919033b476edcef989 (patch) | |
tree | 2ddfb83d3439a88941f541d7c0ea24c6702c68df /server/sonar-web | |
parent | 93afcd63599ffaf431ec7cc9d513cc175db97324 (diff) | |
download | sonarqube-e2c248e953aa7bbc02f339919033b476edcef989.tar.gz sonarqube-e2c248e953aa7bbc02f339919033b476edcef989.zip |
Fix comment of DB migration 915
Diffstat (limited to 'server/sonar-web')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/db/migrate/915_drop_table_graphs.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |