]> source.dussan.org Git - sonarqube.git/commitdiff
Add missing sonar versions to database scripts
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 18 Jan 2012 15:46:43 +0000 (16:46 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 18 Jan 2012 16:22:27 +0000 (17:22 +0100)
sonar-server/src/main/webapp/WEB-INF/db/migrate/079_create_groups.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/080_create_groups_users.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/086_create_group_roles.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/087_create_user_roles.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/088_create_default_users_and_groups.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/089_set_default_project_roles.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/090_add_name_to_users.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/093_create_dependencies_table.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/095_increase_measure_id_size.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/096_mssql_change_text_columns_to_varchar.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/101_remove_null_snapshot_created_at.rb

index e7255f6cc9f61b4c9aeff6c1fe924518eb6fa7c3..17bf1acb4bcc42d266466d838e6568b53930cba8 100644 (file)
@@ -17,6 +17,7 @@
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+# sonar 2.0
 class CreateGroups < ActiveRecord::Migration
   def self.up
     create_table :groups do |t|
index df42447c445b86ed28f15728564a262c9b938e12..cdd9a6d2b9a802531c78d92fadd7d84ac7d578d0 100644 (file)
@@ -17,6 +17,7 @@
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+# sonar 2.0
 class CreateGroupsUsers < ActiveRecord::Migration
   def self.up
        create_table :groups_users, :id => false do |t|
index 84c7930420fc7579a1f12526dd67d18a4b08cd2e..769ca926943a3c1fcf5b47371729c4069b69f26e 100644 (file)
@@ -17,6 +17,7 @@
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+# sonar 2.0
 class CreateGroupRoles < ActiveRecord::Migration
   def self.up
        create_table :group_roles  do |t|
index 43e5652197dcd9fde6ae2250df8cb759fc1fd65f..a04aecba554e59958dbc20106a8f000e4a2ca09d 100644 (file)
@@ -17,6 +17,7 @@
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+# sonar 2.0
 class CreateUserRoles < ActiveRecord::Migration
   def self.up
        create_table :user_roles do |t|
index ac7c4d172f4a61914c2ec805ff221dcd628d357c..04cfe08ec2153fb159935ce71a2ff412c897d5bf 100644 (file)
@@ -17,6 +17,7 @@
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+# sonar 2.0
 class CreateDefaultUsersAndGroups < ActiveRecord::Migration
 
   def self.up
index 4faf56839e3991b28fcc7a5afde380b0e98348fb..fde5fc3ed14205c14ad3c5e116c235e36098f48a 100644 (file)
@@ -17,6 +17,7 @@
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+# sonar 2.0
 class SetDefaultProjectRoles < ActiveRecord::Migration
   
   def self.up
index 8b694cf255545a4a859859d1cc2720cb36539a3c..9ddaa48a671e29b3a5451440763d0e47cd90c432 100644 (file)
@@ -17,6 +17,7 @@
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+# sonar 2.0
 class AddNameToUsers < ActiveRecord::Migration
 
   def self.up
index 2bd8e93a21f3f4d8acfd1f17e94f8cc19d19bd3d..e75847637fd6a096353f86e3ca40cda1ca2bf731 100644 (file)
@@ -17,6 +17,7 @@
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+# sonar 2.0
 class CreateDependenciesTable < ActiveRecord::Migration
 
   def self.up
index c58c1c1de8bc6bd4135a4698b4a2c507d82751ed..77aed0d4179d2c78d8268e567bd11e1cc4e5f77c 100644 (file)
@@ -17,6 +17,7 @@
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+# sonar 2.0
 class IncreaseMeasureIdSize < ActiveRecord::Migration
 
   def self.up
index 3a3496b282c67b8719bda0e5c6725d3a60007023..43d2be4f3acfc208602ce4f83314c2157956a993 100644 (file)
@@ -17,6 +17,7 @@
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+# sonar 2.0
 class MssqlChangeTextColumnsToVarchar < ActiveRecord::Migration
 
   def self.up
index 5a4bc54ebbb6aebd7ca92fb4bcfcb581458ded53..024fe69f7f4f730e6782d683dcdd1458d843ef69 100644 (file)
@@ -17,6 +17,7 @@
 # License along with Sonar; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02
 #
+# sonar 2.1.2
 class RemoveNullSnapshotCreatedAt < ActiveRecord::Migration
 
   def self.up