Sha256: 106d59c93d0090277f6a4f65a163b3be465842ff36e1cfab7145845cc2b84ea1

Contents?: true

Size: 208 Bytes

Versions: 8

Compression:

Stored size: 208 Bytes

Contents

class CreateUsersOnShardsOfAGroupWithVersions < BaseOctopusMigrationClass
  using_group(:country_shards)

  def self.up
    User.create!(:name => 'Group')
  end

  def self.down
    User.delete_all
  end
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
ar-octopus-ruby-3-0.11.3 spec/migrations/14_create_users_on_shards_of_a_group_with_versions.rb
ar-octopus-ruby-3-0.11.2 spec/migrations/14_create_users_on_shards_of_a_group_with_versions.rb
ar-octopus-0.10.2 spec/migrations/14_create_users_on_shards_of_a_group_with_versions.rb
ar-octopus-0.10.1 spec/migrations/14_create_users_on_shards_of_a_group_with_versions.rb
ar-octopus-0.10.0 spec/migrations/14_create_users_on_shards_of_a_group_with_versions.rb
ar-octopus-master-0.9.2.1 spec/migrations/14_create_users_on_shards_of_a_group_with_versions.rb
ar-octopus-0.9.2 spec/migrations/14_create_users_on_shards_of_a_group_with_versions.rb
ar-octopus-0.9.1 spec/migrations/14_create_users_on_shards_of_a_group_with_versions.rb