]> source.dussan.org Git - sonarqube.git/commitdiff
document the sonar version in db migration scripts
authorsimonbrandhof <simon.brandhof@gmail.com>
Fri, 3 Dec 2010 00:13:09 +0000 (00:13 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Fri, 3 Dec 2010 00:13:09 +0000 (00:13 +0000)
12 files changed:
sonar-server/src/main/webapp/WEB-INF/db/migrate/131_create_quality_models.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/132_add_characteristic_id_to_measures.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/133_create_plugins.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/134_delete_checkstyle_translations.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/135_add_rules_enabled_column.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/136_increase_violations_size.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/137_add_rules_cardinality.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/138_add_characteristic_description.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/139_add_characteristic_enabled.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/140_create_characteristic_properties.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/141_add_rule_failures_cost.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/142_delete_active_rules_orphans.rb

index 85b178057f771f71006b1ff6ee036a9771bbfe71..2bc3678d79eca562217268b6fdae798d31cf3c08 100644 (file)
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+
+#
+# Sonar 2.3
+#
 class CreateQualityModels < ActiveRecord::Migration
 
   def self.up
index 16f064c29bd38185177491c2e465ba7336afa126..1aacfa706a395af8fec298e9c9e87595188ba32c 100644 (file)
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+
+#
+# Sonar 2.3
+#
 class AddCharacteristicIdToMeasures < ActiveRecord::Migration
 
   def self.up
index 061eeaff70fdd70f5e5b73f73206b5f96a565e77..0474d771ee79a83f05b5c187bc22b2020bf4438b 100644 (file)
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+
+#
+# Sonar 2.3
+#
 class CreatePlugins < ActiveRecord::Migration
 
   def self.up
index 412d150692bfdfdc9a5f3d769ec6db3d6e94ccc1..f15f6ec3518d1225a501aa638bb9eef6bb62670f 100644 (file)
  # License along with Sonar; if not, write to the Free Software
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
  #
+
+#
+# Sonar 2.3
+#
 class DeleteCheckstyleTranslations < ActiveRecord::Migration
 
   def self.up
index 162e0f76882a5f8ebe3a7f2fceab5bc92ea6d707..41a68b9173a13dd655978559291b4c07b6e6104b 100644 (file)
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+
+#
+# Sonar 2.3
+#
 class AddRulesEnabledColumn < ActiveRecord::Migration
 
   def self.up
index 2b3443b94dfe49aa28481ca714717c0f88cfb906..6f4868b888531286d7deaf6d7e637d826ce88fe5 100644 (file)
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+
+#
+# Sonar 2.3
+#
 class IncreaseViolationsSize < ActiveRecord::Migration
 
   def self.up
index 1b5d1c72cbfdc22b2440515e27b2d87ca651b070..106ff2374a04c27908873afbab8f77232cd3917e 100644 (file)
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+
+#
+# Sonar 2.3
+#
 class AddRulesCardinality < ActiveRecord::Migration
 
   def self.up
index cef6e2798986dd2518cff54fc372241fb7e34a14..c4a9d1d8aea1450622abf141918b1da0181645a4 100644 (file)
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+
+#
+# Sonar 2.3
+#
 class AddCharacteristicDescription < ActiveRecord::Migration
 
   def self.up
index ec149acfb09c838a9a0c51505548e687d30ba6e6..c146ef9f9d42524c6b506c536d9b363344a09cbc 100644 (file)
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+
+#
+# Sonar 2.3
+#
 class AddCharacteristicEnabled < ActiveRecord::Migration
 
   def self.up
index ced0fc586ffa3310be31df9c14bd9d42bce415dd..3faa46fc0d3765d320611e76f4cdce5454ebf501 100644 (file)
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+
+#
+# Sonar 2.3
+#
 class CreateCharacteristicProperties < ActiveRecord::Migration
 
   def self.up
index c2cf27372982964f19614935a6150eb89b4da512..bcdfb838226fb8a57e91cb15629d55e3457f0748 100644 (file)
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+
+#
+# Sonar 2.3
+#
 class AddRuleFailuresCost < ActiveRecord::Migration
 
   def self.up
index 8c56dc3caf3fca9f25d7b88b0e5e718f48299d85..9ba2eb52e3c5083e81101ed40abd06672714872d 100644 (file)
  # License along with Sonar; if not, write to the Free Software
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
  #
+
+#
+# Sonar 2.3.1
+#
 class DeleteActiveRulesOrphans < ActiveRecord::Migration
 
   def self.up