]> source.dussan.org Git - sonarqube.git/commitdiff
Fix version of sonar in ruby headers
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 19 Jun 2013 21:34:57 +0000 (23:34 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 19 Jun 2013 21:34:57 +0000 (23:34 +0200)
sonar-server/src/main/webapp/WEB-INF/db/migrate/410_create_issue_filters.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filter_favourites.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/412_add_oracle_id_triggers.rb

index 0105c42665162207bd3ce9407a8472113c6c656e..1cd504b2c1fb5e2d7b2cca6737af9fa41f345b22 100644 (file)
@@ -18,7 +18,7 @@
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
 #
-# Sonar 3.6
+# Sonar 3.7
 # See SONAR-4383
 #
 class CreateIssueFilters < ActiveRecord::Migration
index 20527c045b3a304e01e923e127d184687e21ba19..130f38adf9d6f177054a42c1ca6e32d8755e580e 100644 (file)
@@ -19,7 +19,7 @@
 #
 
 #
-# Sonar 3.6
+# Sonar 3.7
 # See SONAR-4383
 #
 class CreateIssueFilterFavourites < ActiveRecord::Migration
index f0e53e99b3e6dfa7b0dc6e4fd44868079bc2f9be..f9d6bc167818c8232200ffa99a4765e8eef68b13 100644 (file)
 #
 
 #
-# Sonar 3.6
-# SONAR-3340
+# Sonar 3.7
+# SONAR-4178
 class AddOracleIdTriggers < ActiveRecord::Migration
 
-
   def self.up
     case dialect()
     when "oracle"