Sha256: 3579138412ee833e43ab666fad2f1b9de9286abd69e4622e53c2758ca62b4d7e

Contents?: true

Size: 121 Bytes

Versions: 1

Compression:

Stored size: 121 Bytes

Contents

class RenamePeopleToUnicoPeople < ActiveRecord::Migration
  def change
    rename_table :people, :unico_people
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unico-training-7.8.0 db/migrate/20120605202644_rename_people_to_unico_people.rb