Sha256: 6d15e1f5d93f83713bec622100efa8ac4bec0ca4f6992f9104c20e9d4b423edb

Contents?: true

Size: 189 Bytes

Versions: 8

Compression:

Stored size: 189 Bytes

Contents

class CreateUserOnShardsOfDefaultGroupWithVersions < BaseOctopusMigrationClass
  def self.up
    User.create!(:name => 'Default 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/15_create_user_on_shards_of_default_group_with_versions.rb
ar-octopus-ruby-3-0.11.2 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb
ar-octopus-0.10.2 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb
ar-octopus-0.10.1 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb
ar-octopus-0.10.0 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb
ar-octopus-master-0.9.2.1 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb
ar-octopus-0.9.2 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb
ar-octopus-0.9.1 spec/migrations/15_create_user_on_shards_of_default_group_with_versions.rb