Sha256: 5b546111018a7a8c05776300c9c7469b037947f4aacb5dcbf241b086296af80f

Contents?: true

Size: 187 Bytes

Versions: 7

Compression:

Stored size: 187 Bytes

Contents

class CreateUserOnShardsOfDefaultGroupWithVersions < ActiveRecord::Migration
  def self.up
    User.create!(:name => 'Default Group')
  end

  def self.down
    User.delete_all
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
ar-octopus-0.9.0 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb
ar-octopus-0.8.6 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb
misha-ar-octopus-0.8.7 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb
misha-ar-octopus-0.8.5 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb
ar-octopus-0.8.5 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb
ar-octopus-0.8.4 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb
ar-octopus-0.8.3 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb