]> source.dussan.org Git - sonarqube.git/commitdiff
bug-fix : hotspot and drilldown pages fail if the server is not restarted after db...
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 23 Dec 2010 16:40:38 +0000 (16:40 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 23 Dec 2010 16:40:38 +0000 (16:40 +0000)
sonar-server/src/main/webapp/WEB-INF/db/migrate/161_add_snapshots_period_columns.rb

index 34783863e6ccca3d51a03420d65e3ef531c6d08b..9b83bfaaf087578434c347f00450d7ef8ecbd2d3 100644 (file)
@@ -45,6 +45,8 @@ class AddSnapshotsPeriodColumns < ActiveRecord::Migration
      add_period_column('period5_mode', :string, :null => true, :limit => 100)
      add_period_column('period5_param', :string, :null => true, :limit => 100)
      add_period_column('period5_date', :datetime, :null => true)
+
+     Snapshot.reset_column_information()
   end
 
   private