# 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|
# 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|
# 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|
# 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|
# 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
# 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
# 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
# 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
# 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
# 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
# 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