From: Simon Brandhof Date: Wed, 19 Jun 2013 21:34:57 +0000 (+0200) Subject: Fix version of sonar in ruby headers X-Git-Tag: 3.7~428 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8dfe9a37b230a84ce2d0473edaec270716470a22;p=sonarqube.git Fix version of sonar in ruby headers --- diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/410_create_issue_filters.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/410_create_issue_filters.rb index 0105c426651..1cd504b2c1f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/410_create_issue_filters.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/410_create_issue_filters.rb @@ -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 diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filter_favourites.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filter_favourites.rb index 20527c045b3..130f38adf9d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filter_favourites.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filter_favourites.rb @@ -19,7 +19,7 @@ # # -# Sonar 3.6 +# Sonar 3.7 # See SONAR-4383 # class CreateIssueFilterFavourites < ActiveRecord::Migration diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/412_add_oracle_id_triggers.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/412_add_oracle_id_triggers.rb index f0e53e99b3e..f9d6bc16781 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/412_add_oracle_id_triggers.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/412_add_oracle_id_triggers.rb @@ -19,11 +19,10 @@ # # -# Sonar 3.6 -# SONAR-3340 +# Sonar 3.7 +# SONAR-4178 class AddOracleIdTriggers < ActiveRecord::Migration - def self.up case dialect() when "oracle"