class ActiveRecord::SchemaMigration

def integer_versions

def integer_versions
  versions.map(&:to_i)
end