Sha256: f87e0481f2f9c3409451372fde3dfd3128cbb58dbcea58fa8bb9f7ffd43f0dc1

Contents?: true

Size: 182 Bytes

Versions: 2

Compression:

Stored size: 182 Bytes

Contents

class MigrationVersionCheck < ActiveRecord::Migration
  def self.up
    raise "incorrect migration version" unless version == 20131219224947
  end

  def self.down
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ibm_db-3.0.5-x86-mingw32 test/migrations/version_check/20131219224947_migration_version_check.rb
ibm_db-3.0.5 test/migrations/version_check/20131219224947_migration_version_check.rb