Sha256: bbe60e277347b80e3ae98b5a925490b580968a1fe5ef5e8ac54ed6003f998d75

Contents?: true

Size: 194 Bytes

Versions: 3

Compression:

Stored size: 194 Bytes

Contents

class RenameUrlToFullpath < ActiveRecord::Migration[4.2]
  def self.up
    rename_column :fixtures, :url, :fullpath
  end

  def self.down
    rename_column :fixtures, :fullpath, :url
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rest-assured-4.0.0 db/migrate/20110912162948_rename_url_to_fullpath.rb
rest-assured-3.0.1 db/migrate/20110912162948_rename_url_to_fullpath.rb
rest-assured-3.0.0 db/migrate/20110912162948_rename_url_to_fullpath.rb